diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-17 15:30:27 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-17 15:30:27 +0200 |
commit | c0c5bd3ba70d6e75bbcc1cb9cb275569e451a5e4 (patch) | |
tree | 5279cf125d59b5d534c4e25d82d960b88622bf4c /src/exchange-lib | |
parent | 1b5dfe20c3148270ec032b265cfdd19e2f564d0d (diff) |
Trigger refund fee to low
Diffstat (limited to 'src/exchange-lib')
-rw-r--r-- | src/exchange-lib/test_exchange_api_twisted.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exchange-lib/test_exchange_api_twisted.c b/src/exchange-lib/test_exchange_api_twisted.c index 319bcb601..6542a3f07 100644 --- a/src/exchange-lib/test_exchange_api_twisted.c +++ b/src/exchange-lib/test_exchange_api_twisted.c @@ -296,6 +296,13 @@ run (void *cls, "EUR:0.01", "deposit-refund-1"), + TALER_TESTING_cmd_refund + ("refund-fee-too-low", + MHD_HTTP_BAD_REQUEST, + "EUR:5", + "EUR:0.000001", + "deposit-refund-1"), + TALER_TESTING_cmd_end () }; |