add feature flipping, just in case
This commit is contained in:
parent
cd2d772cd0
commit
363f70a3fc
3 changed files with 5 additions and 1 deletions
|
@ -39,6 +39,7 @@ describe AgentConnect::AgentController, type: :controller do
|
|||
context 'and user_info returns some info' do
|
||||
before do
|
||||
expect(AgentConnectService).to receive(:user_info).with(code, nonce).and_return([user_info, id_token, amr])
|
||||
Flipper.enable(:agent_connect_2fa)
|
||||
end
|
||||
|
||||
context 'and the instructeur use mon_compte_pro' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue