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

Loading…
Cancel
Save