Skip to content

Commit

Permalink
Corrected integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoganov committed Jan 28, 2025
1 parent 8ed720b commit 9f81402
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f81402

Please sign in to comment.