Skip to content

Commit

Permalink
removes duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
bramleyjl committed Apr 10, 2024
1 parent 3250d7c commit 24cac69
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/controllers/v0/sign_in_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -415,13 +415,6 @@
end

context 'and acr param is given but not in client service_levels' do
let(:acr_value) { 'some-undefiend-acr' }
let(:expected_error) { 'ACR is not valid' }

it_behaves_like 'error response'
end

context 'and acr param is given but not in client service_levels"' do
let(:acr_value) { 'loa1' }
let(:service_levels) { ['loa3'] }
let(:expected_error) { 'ACR is not valid' }
Expand Down

0 comments on commit 24cac69

Please sign in to comment.