[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: test passes
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: test passes |
Date: |
Mon, 05 Aug 2024 10:23:50 +0200 |
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 19349ef7 test passes
19349ef7 is described below
commit 19349ef7266e3a26d23dcb7ad0f01daf57802494
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Aug 5 10:23:48 2024 +0200
test passes
---
src/testing/test_kyc_api.c | 6 +-----
1 file changed, 1 insertion(+), 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 */
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: test passes,
gnunet <=