diff options
-rw-r--r-- | src/testing/test_kyc_api.c | 6 |
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 */ |