aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_exchange_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-13 23:07:33 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-13 23:07:33 +0200
commitb60b339ee4257124044ef3bcd56a4c8b9e482a63 (patch)
tree2d5888d973bf8a6d98dc7170c9d5cb7d2ba6911f /src/testing/test_exchange_api.c
parenta5451527cb26d876388567dc26113a83e0b79e15 (diff)
merging /keys and /wire
Diffstat (limited to 'src/testing/test_exchange_api.c')
-rw-r--r--src/testing/test_exchange_api.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/testing/test_exchange_api.c b/src/testing/test_exchange_api.c
index 21891350..6e3cce41 100644
--- a/src/testing/test_exchange_api.c
+++ b/src/testing/test_exchange_api.c
@@ -107,21 +107,6 @@ run (void *cls,
struct TALER_TESTING_Interpreter *is)
{
/**
- * Checks made against /wire response.
- */
- struct TALER_TESTING_Command wire[] = {
- /**
- * Check if 'x-taler-bank' wire method is offered
- * by the exchange.
- */
- TALER_TESTING_cmd_wire ("wire-taler-bank-1",
- "x-taler-bank",
- NULL,
- MHD_HTTP_OK),
- TALER_TESTING_cmd_end ()
- };
-
- /**
* Test withdrawal plus spending.
*/
struct TALER_TESTING_Command withdraw[] = {
@@ -1238,8 +1223,6 @@ run (void *cls,
NULL,
true,
true),
- TALER_TESTING_cmd_batch ("wire",
- wire),
TALER_TESTING_cmd_batch ("withdraw",
withdraw),
TALER_TESTING_cmd_batch ("spend",