Method: GdsApi::TestHelpers::AccountApi#stub_account_api_delete_user_by_subject_identifier_does_not_exist
- Defined in:
- lib/gds_api/test_helpers/account_api.rb
#stub_account_api_delete_user_by_subject_identifier_does_not_exist(subject_identifier:) ⇒ Object
151 152 153 154 155 156 157 |
# File 'lib/gds_api/test_helpers/account_api.rb', line 151 def stub_account_api_delete_user_by_subject_identifier_does_not_exist(subject_identifier:) stub_account_api_request( :delete, "/api/oidc-users/#{subject_identifier}", response_status: 404, ) end |