From 9f81402d64ae93f846cd02bccf96ffdaf31ddd46 Mon Sep 17 00:00:00 2001 From: tsoganov Date: Tue, 28 Jan 2025 10:43:59 +0200 Subject: [PATCH] Corrected integration test --- test/integration/eeid/identification_requests_webhook_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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