diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-01 19:41:14 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-05-11 10:01:39 +0200 |
commit | a8cd04da3ff7bd669583d13c8cd4757c5483187c (patch) | |
tree | 8e4ea1142ae8042bb8667bfe237830b84758ee19 /src/testing/test_exchange_api_twisted.c | |
parent | 7e414d612487253b4735d690ab9cd908222dd760 (diff) |
implement #6181
Diffstat (limited to 'src/testing/test_exchange_api_twisted.c')
-rw-r--r-- | src/testing/test_exchange_api_twisted.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testing/test_exchange_api_twisted.c b/src/testing/test_exchange_api_twisted.c index 05337219..c99c7410 100644 --- a/src/testing/test_exchange_api_twisted.c +++ b/src/testing/test_exchange_api_twisted.c @@ -205,10 +205,6 @@ run (void *cls, MHD_HTTP_PRECONDITION_FAILED, "EUR:50", "deposit-refund-1"), - TALER_TESTING_cmd_refund ("refund-fee-too-low", - MHD_HTTP_BAD_REQUEST, - "EUR:5", - "deposit-refund-1"), TALER_TESTING_cmd_end () }; |