From e8c8aa9efe8f407268e6f6e35d996f35756bc055 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 29 Jan 2023 14:12:19 +0100 Subject: use correct attribute name in test --- src/testing/test_kyc_api.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing/test_kyc_api.conf') 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 -- cgit v1.2.3