diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-01-29 14:12:19 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-01-29 14:12:19 +0100 |
commit | e8c8aa9efe8f407268e6f6e35d996f35756bc055 (patch) | |
tree | 6f08c942bbdbfa0551728477543e60212ca3be30 /src/testing/test_kyc_api.conf | |
parent | ff202ef296527083b7b0c879bfc8363eb429b642 (diff) |
use correct attribute name in test
Diffstat (limited to 'src/testing/test_kyc_api.conf')
-rw-r--r-- | src/testing/test_kyc_api.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf index bf6f9e292..43f3acda4 100644 --- a/src/testing/test_kyc_api.conf +++ b/src/testing/test_kyc_api.conf @@ -58,7 +58,7 @@ KYC_OAUTH2_INFO_URL = http://localhost:6666/api/user/me KYC_OAUTH2_CLIENT_ID = taler-exchange KYC_OAUTH2_CLIENT_SECRET = exchange-secret KYC_OAUTH2_POST_URL = http://example.com/ -KYC_OAUTH2_ATTRIBUTE_TEMPLATE = "{"fullname":"{{last_name}}, {{first_name}}"}" +KYC_OAUTH2_ATTRIBUTE_TEMPLATE = "{"full_name":"{{last_name}}, {{first_name}}"}" [kyc-legitimization-balance-high] OPERATION_TYPE = BALANCE |