gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: harness: fix kyc test


From: gnunet
Subject: [taler-wallet-core] branch master updated: harness: fix kyc test
Date: Fri, 02 Jun 2023 12:41:30 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 2f4f43cc1 harness: fix kyc test
2f4f43cc1 is described below

commit 2f4f43cc1f5acb37fce00318db1507b407332324
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jun 2 12:41:21 2023 +0200

    harness: fix kyc test
    
    Exchange broke the config
---
 packages/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
index b86c8dd5b..ac53b0dce 100644
--- 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(

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]