gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix KYC test: business KYC is h


From: gnunet
Subject: [taler-merchant] branch master updated: -fix KYC test: business KYC is hard-coded right now
Date: Tue, 01 Nov 2022 12:33:01 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 0279c351 -fix KYC test: business KYC is hard-coded right now
0279c351 is described below

commit 0279c3518239fd63613020fbc16e9949801298d2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Nov 1 12:32:59 2022 +0100

    -fix KYC test: business KYC is hard-coded right now
---
 src/testing/test_kyc_api.c              | 2 +-
 src/testing/test_kyc_api.conf           | 2 +-
 src/testing/test_merchant_api.c         | 2 +-
 src/testing/test_merchant_api_twisted.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c
index e18c44f8..7c8e4901 100644
--- a/src/testing/test_kyc_api.c
+++ b/src/testing/test_kyc_api.c
@@ -321,7 +321,7 @@ main (int argc,
   unsetenv ("XDG_DATA_HOME");
   unsetenv ("XDG_CONFIG_HOME");
   GNUNET_log_setup ("test-kyc-api",
-                    "DEBUG",
+                    "INFO",
                     NULL);
   if (GNUNET_OK !=
       TALER_TESTING_prepare_fakebank (CONFIG_FILE,
diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf
index 95872edc..c7615cf7 100644
--- a/src/testing/test_kyc_api.conf
+++ b/src/testing/test_kyc_api.conf
@@ -108,7 +108,7 @@ BASE_URL = "http://localhost:8081/";
 [kyc-provider-test-oauth2]
 COST = 0
 LOGIC = oauth2
-USER_TYPE = INDIVIDUAL
+USER_TYPE = BUSINESS
 PROVIDED_CHECKS = DUMMY
 KYC_OAUTH2_VALIDITY = forever
 KYC_OAUTH2_AUTH_URL = http://localhost:6666/oauth/v2/token
diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 9d9802a6..638c43d7 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -1667,7 +1667,7 @@ main (int argc,
   unsetenv ("XDG_DATA_HOME");
   unsetenv ("XDG_CONFIG_HOME");
   GNUNET_log_setup (argv[0],
-                    "DEBUG",
+                    "INFO",
                     NULL);
   cipher = GNUNET_TESTING_get_testname_from_underscore (argv[0]);
   GNUNET_assert (NULL != cipher);
diff --git a/src/testing/test_merchant_api_twisted.c 
b/src/testing/test_merchant_api_twisted.c
index 2cc26f25..e80d6bb4 100644
--- a/src/testing/test_merchant_api_twisted.c
+++ b/src/testing/test_merchant_api_twisted.c
@@ -449,7 +449,7 @@ main (int argc,
   unsetenv ("XDG_DATA_HOME");
   unsetenv ("XDG_CONFIG_HOME");
   GNUNET_log_setup (argv[0],
-                    "DEBUG",
+                    "INFO",
                     NULL);
   cipher = GNUNET_TESTING_get_testname_from_underscore (argv[0]);
   GNUNET_assert (NULL != cipher);

-- 
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]