aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-05 10:23:48 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-05 10:23:48 +0200
commit19349ef7266e3a26d23dcb7ad0f01daf57802494 (patch)
tree05b2fa476d8f870f6b93a2d3a7002f33151497df /src
parentca5d231926f9a701a8ae26ddf3ae28435f40f840 (diff)
test passes
Diffstat (limited to 'src')
-rw-r--r--src/testing/test_kyc_api.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c
index 7709ccde..24076afb 100644
--- a/src/testing/test_kyc_api.c
+++ b/src/testing/test_kyc_api.c
@@ -419,10 +419,7 @@ run (void *cls,
/* AML-frozen: hence nothing happened at the bank yet: */
TALER_TESTING_cmd_check_bank_empty (
"check_bank_empty-aml-2"),
-#if FIXME
/* Now we should get a status of KYC required */
- // FIXME: instead, this fails because the exchange
- // tells us no KYC is required! Why?
TALER_TESTING_cmd_merchant_kyc_get (
"aml-frozen-kyc-required",
merchant_url,
@@ -440,7 +437,7 @@ run (void *cls,
"post-transfer-1",
true /* keep investigating */,
GNUNET_TIME_UNIT_HOURS /* expiration */,
- NULL /* successor measure: default */,
+ NULL /* new measure: none */,
"{\"rules\":["
"{\"timeframe\":{\"d_us\":3600000000},"
" \"threshold\":\"EUR:100\","
@@ -486,7 +483,6 @@ run (void *cls,
"post-transfer-1",
"post-transfer-aml",
NULL),
-#endif
TALER_TESTING_cmd_end ()
}; /* end of aml batch */