diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-04-16 17:51:27 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-04-16 17:51:27 +0200 |
commit | b496b8fed5bcef74e79bad7351cab98aae6a7dd7 (patch) | |
tree | f2e3139723a02a8f26b1d301dae326f75f36b764 /src/testing | |
parent | fc1383ebd1cf2c57069422dc8a26d09f48869e10 (diff) |
add more flexibility to endpoint naming for KYC
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/test_exchange_api.c | 4 | ||||
-rw-r--r-- | src/testing/test_kyc_api.conf | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/testing/test_exchange_api.c b/src/testing/test_exchange_api.c index 4f1e2a611..da4974f28 100644 --- a/src/testing/test_exchange_api.c +++ b/src/testing/test_exchange_api.c @@ -432,7 +432,7 @@ run (void *cls, /* Try resolving a deposit's WTID, as we never triggered * execution of transactions, the answer should be that * the exchange knows about the deposit, but has no WTID yet. - */// + */ TALER_TESTING_cmd_track_transaction ("deposit-wtid-found", "deposit-simple", 0, @@ -458,7 +458,7 @@ run (void *cls, * happen here, as each deposit operation is run with a * fresh merchant public key, so the aggregator will treat * them as "different" merchants and do the wire transfers - * individually. */// + * individually. */ CMD_EXEC_AGGREGATOR ("run-aggregator"), /** * Check all the transfers took place. diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf index 2dce408b4..539c59ec1 100644 --- a/src/testing/test_kyc_api.conf +++ b/src/testing/test_kyc_api.conf @@ -56,7 +56,8 @@ KYC_WITHDRAW_LIMIT = EUR:8 [exchange-kyc-oauth2] -KYC_OAUTH2_URL = http://localhost:6666/oauth/v2/login +KYC_OAUTH2_AUTH_URL = http://localhost:6666/oauth/v2/token +KYC_OAUTH2_LOGIN_URL = http://localhost:6666/oauth/v2/login KYC_INFO_URL = http://localhost:6666/api/user/me KYC_OAUTH2_CLIENT_ID = taler-exchange KYC_OAUTH2_CLIENT_SECRET = exchange-secret |