aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-11-09 20:34:43 +0100
committerChristian Grothoff <christian@grothoff.org>2024-11-09 20:34:43 +0100
commite48768c3c65437c11bed0b56541d60acb3b0ea14 (patch)
tree5db978f5f37faf8d4f51385ff46ce3c328436cf7 /src/testing
parentc1be508a35610f9678cb372208fe8bc9da563b1f (diff)
fix KYC test regressions
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_exchange_api.conf12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/testing/test_exchange_api.conf b/src/testing/test_exchange_api.conf
index 0bbf5cea8..a0d9f75f9 100644
--- a/src/testing/test_exchange_api.conf
+++ b/src/testing/test_exchange_api.conf
@@ -171,11 +171,11 @@ REQUIRES =
FALLBACK = manual-freeze
[kyc-measure-info-frozen]
-CHECK_NAME = kyc-check-info-frozen
+CHECK_NAME = info-frozen
# No context
CONTEXT = {}
# Command if INFO check will never be run.
-COMMAND = taler-exchange-helper-measure-none
+PROGRAM = none
# If this "check" is triggered, we merely inform
# the user that we got their oauth-test data on file.
@@ -193,12 +193,16 @@ FALLBACK = manual-freeze
[kyc-measure-info-oauth-test-passed]
-CHECK_NAME = kyc-check-info-oauth-test-passed
+CHECK_NAME = info-oauth-test-passed
# No context
CONTEXT = {}
# Command if INFO check will never be run.
-COMMAND = taler-exchange-helper-measure-none
+PROGRAM = none
+[aml-program-none]
+DESCRIPTION = "Dummy AML program used for INFO checks, always fails"
+COMMAND = taler-exchange-helper-measure-none
+FALLBACK = manual-freeze
[aml-program-oauth-output-check]
DESCRIPTION = "Validates the output from OAauth2 and then increases all limits to EUR:1000"