summaryrefslogtreecommitdiff
path: root/src/testing/test_exchange_api.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-20 14:01:59 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-20 14:01:59 +0530
commit6a46b13e80659cbc9917b46f74d21b4f4aaf6c3b (patch)
treeba2793ddfa23dfe156433434495e73220efc6a70 /src/testing/test_exchange_api.c
parentc17f05b5fdddfc3a26285777b437120dbfe0bb1e (diff)
downloadexchange-6a46b13e80659cbc9917b46f74d21b4f4aaf6c3b.tar.gz
exchange-6a46b13e80659cbc9917b46f74d21b4f4aaf6c3b.tar.bz2
exchange-6a46b13e80659cbc9917b46f74d21b4f4aaf6c3b.zip
make recoup idempotent and simplify response
Diffstat (limited to 'src/testing/test_exchange_api.c')
-rw-r--r--src/testing/test_exchange_api.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/testing/test_exchange_api.c b/src/testing/test_exchange_api.c
index 0913688a3..e62223303 100644
--- a/src/testing/test_exchange_api.c
+++ b/src/testing/test_exchange_api.c
@@ -587,7 +587,6 @@ run (void *cls,
TALER_TESTING_cmd_recoup ("recoup-1",
MHD_HTTP_OK,
"recoup-withdraw-coin-1",
- "EUR:5",
NULL),
/* Check the money is back with the reserve */
TALER_TESTING_cmd_status ("recoup-reserve-status-1",
@@ -682,12 +681,10 @@ run (void *cls,
TALER_TESTING_cmd_recoup ("recoup-2",
MHD_HTTP_OK,
"recoup-withdraw-coin-2a",
- "EUR:0.5",
NULL),
TALER_TESTING_cmd_recoup ("recoup-2b",
MHD_HTTP_CONFLICT,
"recoup-withdraw-coin-2a",
- "EUR:0.5",
NULL),
TALER_TESTING_cmd_deposit ("recoup-deposit-revoked",
"recoup-withdraw-coin-2b",