mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 06:26:15 +02:00
Corrected integration test
This commit is contained in:
parent
8ed720b383
commit
9f81402d64
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue