diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-01 19:41:14 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-05 16:37:42 +0200 |
commit | 70a8aca668da17843a71b01806d07ece72a0ed0b (patch) | |
tree | 85b34bd5f9e1862dc97c2f1392aa2d14969b33b9 | |
parent | 0985dfd18f4f99b87098b1d739068d111a4a67d2 (diff) |
implement #6181
-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 053372197..c99c7410d 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 () }; |