diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-03-27 19:14:55 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-03-27 19:14:55 +0530 |
commit | 6620a5b6919856bf6b3fc1154a380c5c79be73d9 (patch) | |
tree | 0d52c4ca90e06cfd4f2089bb17b79bdc7ae0b216 /src/testing/test_exchange_api.c | |
parent | d923f29144a1fb0bdf647e597659f6699254e40a (diff) |
add test case (currently fails) for deposit idempotency
Diffstat (limited to 'src/testing/test_exchange_api.c')
-rw-r--r-- | src/testing/test_exchange_api.c | 5 |
1 files changed, 4 insertions, 1 deletions
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", |