From 6620a5b6919856bf6b3fc1154a380c5c79be73d9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 27 Mar 2020 19:14:55 +0530 Subject: add test case (currently fails) for deposit idempotency --- src/testing/test_exchange_api.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/testing/test_exchange_api.c') diff --git a/src/testing/test_exchange_api.c b/src/testing/test_exchange_api.c index 941873e92..5162e1ddb 100644 --- a/src/testing/test_exchange_api.c +++ b/src/testing/test_exchange_api.c @@ -176,7 +176,10 @@ run (void *cls, GNUNET_TIME_UNIT_ZERO, "EUR:5", MHD_HTTP_OK), - /** + TALER_TESTING_cmd_deposit_replay ("deposit-simple-replay", + "deposit-simple", + MHD_HTTP_OK), + /* * Try to overdraw. */ TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-2", -- cgit v1.2.3