From b0a049eaa828350e933cdcfc329ff821eb6555f8 Mon Sep 17 00:00:00 2001 From: JG Date: Thu, 9 Jun 2022 06:49:30 +0100 Subject: [PATCH] failing scheme controller spec --- spec/requests/schemes_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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