Browse Source

Lint

pull/539/head
baarkerlounger 3 years ago
parent
commit
edbee5582f
  1. 4
      spec/requests/case_logs_controller_spec.rb

4
spec/requests/case_logs_controller_spec.rb

@ -149,7 +149,7 @@ RSpec.describe CaseLogsController, type: :request do
:case_log,
owning_organisation: organisation,
managing_organisation: organisation,
tenant_code: "LC783"
tenant_code: "LC783",
)
end
let!(:unauthorized_case_log) do
@ -157,7 +157,7 @@ RSpec.describe CaseLogsController, type: :request do
:case_log,
owning_organisation: other_organisation,
managing_organisation: other_organisation,
tenant_code: "UA984"
tenant_code: "UA984",
)
end

Loading…
Cancel
Save