diff --git a/test/integration/eeid/identification_requests_webhook_test.rb b/test/integration/eeid/identification_requests_webhook_test.rb index 136c9df9a..e8a1e2793 100644 --- a/test/integration/eeid/identification_requests_webhook_test.rb +++ b/test/integration/eeid/identification_requests_webhook_test.rb @@ -4,7 +4,7 @@ class Eeid::IdentificationRequestsWebhookTest < ActionDispatch::IntegrationTest setup do @contact = contacts(:john) @secret = 'valid_secret' - ENV['ident_service_client_secret'] = @secret + ENV['priv_ident_service_client_secret'] = @secret payload = { identification_request_id: '123', reference: @contact.code