harness: fix kyc test

Exchange broke the config
This commit is contained in:
Florian Dold 2023-06-02 12:41:21 +02:00
parent 4f726b73e6
commit 2f4f43cc1f
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -109,12 +109,12 @@ export async function createKycTestkudosEnvironment(
config.setString(myprov, "kyc_oauth2_validity", "forever");
config.setString(
myprov,
"kyc_oauth2_auth_url",
"kyc_oauth2_token_url",
"http://localhost:6666/oauth/v2/token",
);
config.setString(
myprov,
"kyc_oauth2_login_url",
"kyc_oauth2_authorize_url",
"http://localhost:6666/oauth/v2/login",
);
config.setString(