FC ParticulierControllerSpec: remove one context
This commit is contained in:
parent
4f86b6305b
commit
ab116895b7
1 changed files with 73 additions and 75 deletions
|
@ -33,7 +33,6 @@ describe FranceConnect::ParticulierController, type: :controller do
|
|||
it { is_expected.to redirect_to(new_user_session_path) }
|
||||
end
|
||||
|
||||
context 'when params code is present' do
|
||||
context 'when code is correct' do
|
||||
before do
|
||||
allow(FranceConnectService).to receive(:retrieve_user_informations_particulier)
|
||||
|
@ -124,5 +123,4 @@ describe FranceConnect::ParticulierController, type: :controller do
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue