Browse Source

feat: update tests

pull/2142/head
natdeanlewissoftwire 2 years ago
parent
commit
3c3eff9e5a
  1. 2
      spec/requests/bulk_upload_lettings_resume_controller_spec.rb

2
spec/requests/bulk_upload_lettings_resume_controller_spec.rb

@ -123,7 +123,7 @@ RSpec.describe BulkUploadLettingsResumeController, type: :request do
expect(response).to be_successful
expect(response.body).to include("You have chosen to upload all logs from this bulk upload.")
expect(response.body).to include("Are you sure you want to upload all logs from this bulk upload?")
end
it "sets no cache headers" do

Loading…
Cancel
Save