mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 15:06:23 +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
|
setup do
|
||||||
@contact = contacts(:john)
|
@contact = contacts(:john)
|
||||||
@secret = 'valid_secret'
|
@secret = 'valid_secret'
|
||||||
ENV['ident_service_client_secret'] = @secret
|
ENV['priv_ident_service_client_secret'] = @secret
|
||||||
payload = {
|
payload = {
|
||||||
identification_request_id: '123',
|
identification_request_id: '123',
|
||||||
reference: @contact.code
|
reference: @contact.code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue