taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 2f4f43cc1f5acb37fce00318db1507b407332324
parent 4f726b73e66535a69a961da30cf3dcddbbbd9efc
Author: Florian Dold <florian@dold.me>
Date:   Fri,  2 Jun 2023 12:41:21 +0200

harness: fix kyc test

Exchange broke the config

Diffstat:
Mpackages/taler-harness/src/integrationtests/test-kyc.ts | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-harness/src/integrationtests/test-kyc.ts b/packages/taler-harness/src/integrationtests/test-kyc.ts @@ -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(