Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,12 @@
end
end

context 'selfie capture not enabled, selfie check was not performed' do
context 'selfie capture not enabled, biometric_comparison_check requested by sp' do
let(:selfie_capture_enabled) { false }
xit 'redirects to the redirect_uri immediately when pii is unlocked if client-side redirect is disabled' do
it 'returns status not_acceptable' do
action

expect(response).to redirect_to(/^#{params[:redirect_uri]}/)
expect(response.status).to eq(406)
end
end
end
Expand Down