diff --git a/spec/requests/schemes_controller_spec.rb b/spec/requests/schemes_controller_spec.rb index f7684701f..15d2d00fd 100644 --- a/spec/requests/schemes_controller_spec.rb +++ b/spec/requests/schemes_controller_spec.rb @@ -11,7 +11,7 @@ RSpec.describe SchemesController, type: :request do before do allow(user).to receive(:need_two_factor_authentication?).and_return(false) sign_in user - get "/supported-housing", headers:, params: + get "/supported-housing" end it "shows the organisation list" do