diff --git a/spec/controllers/saml_idp_controller_spec.rb b/spec/controllers/saml_idp_controller_spec.rb index 20886440bdf..dbc7b16bd6b 100644 --- a/spec/controllers/saml_idp_controller_spec.rb +++ b/spec/controllers/saml_idp_controller_spec.rb @@ -993,7 +993,7 @@ def name_id_version(format_urn) authn_context_comparison: 'exact', service_provider: 'http://localhost:3000', request_signed: true, - requested_ial: 'http://idmanagement.gov/ns/assurance/loa/5', + requested_ial: 'none', endpoint: "/api/saml/auth#{path_year}", idv: false, finish_profile: false, @@ -1262,7 +1262,7 @@ def name_id_version(format_urn) authn_context: ['http://idmanagement.gov/ns/assurance/loa/5'], authn_context_comparison: 'exact', request_signed: true, - requested_ial: 'http://idmanagement.gov/ns/assurance/loa/5', + requested_ial: 'none', endpoint: "/api/saml/auth#{path_year}", idv: false, finish_profile: false,