[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: adapt tests to do kycauth wire t
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: adapt tests to do kycauth wire transfers that are now needed |
Date: |
Tue, 01 Oct 2024 22:51:28 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 8e24eb9fb adapt tests to do kycauth wire transfers that are now needed
8e24eb9fb is described below
commit 8e24eb9fbdd92846382b218ba048999f38c9a866
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Oct 1 22:51:25 2024 +0200
adapt tests to do kycauth wire transfers that are now needed
---
src/testing/test_kyc_api.c | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c
index 617f2ed2d..f79da7f0e 100644
--- a/src/testing/test_kyc_api.c
+++ b/src/testing/test_kyc_api.c
@@ -187,6 +187,31 @@ run (void *cls,
TALER_TESTING_cmd_end ()
};
struct TALER_TESTING_Command spend[] = {
+ TALER_TESTING_cmd_set_var (
+ "account-priv",
+ TALER_TESTING_cmd_deposit (
+ "deposit-simple-fail-kyc",
+ "withdraw-coin-1",
+ 0,
+ cred.user43_payto,
+ "{\"items\":[{\"name\":\"ice cream\",\"value\":1}]}",
+ GNUNET_TIME_UNIT_ZERO,
+ "EUR:5",
+ MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS)),
+ TALER_TESTING_cmd_admin_add_kycauth (
+ "kyc-auth-transfer",
+ "EUR:0.01",
+ &cred.ba,
+ cred.user42_payto,
+ "deposit-simple-fail-kyc"),
+ TALER_TESTING_cmd_admin_add_kycauth (
+ "kyc-auth-transfer",
+ "EUR:0.01",
+ &cred.ba,
+ cred.user43_payto,
+ "deposit-simple-fail-kyc"),
+ CMD_EXEC_WIREWATCH (
+ "import-kyc-account"),
TALER_TESTING_cmd_deposit (
"deposit-simple",
"withdraw-coin-1",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.