Browse Source

Fix tests

pull/2459/head
Kat 2 years ago committed by kosiakkatrina
parent
commit
00ed23a535
  1. 2
      spec/requests/organisations_controller_spec.rb

2
spec/requests/organisations_controller_spec.rb

@ -1757,7 +1757,7 @@ RSpec.describe OrganisationsController, type: :request do
end
describe "#delete-confirmation" do
let(:organisation) { create(:organisation) }
let(:organisation) { create(:organisation, active: false) }
before do
get "/organisations/#{organisation.id}/delete-confirmation"

Loading…
Cancel
Save