aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-01 12:32:59 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-01 12:32:59 +0100
commit0279c3518239fd63613020fbc16e9949801298d2 (patch)
tree2b740ce737ef08de2a7edb0e712d0b73ac6382e7 /src/testing
parent3ed50485d9acc3a9edeb2d695207cdbe41423a7f (diff)
-fix KYC test: business KYC is hard-coded right now
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_kyc_api.c2
-rw-r--r--src/testing/test_kyc_api.conf2
-rw-r--r--src/testing/test_merchant_api.c2
-rw-r--r--src/testing/test_merchant_api_twisted.c2
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);