diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-08-12 13:02:47 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-08-12 13:02:59 +0200 |
commit | 26f72f8572cf0d04cd0da718d34dad4ba479289c (patch) | |
tree | cb17c8d2ef4d8313e1d2c9b2312541275b4b4487 /src/testing | |
parent | d4404cec14e632d94a4b3eca8b889c0c81f30b96 (diff) |
fix refund handling: allow refund increases for the same coin
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/test_exchange_api_twisted.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_exchange_api_twisted.c b/src/testing/test_exchange_api_twisted.c index 0b8de5b94..1028fb209 100644 --- a/src/testing/test_exchange_api_twisted.c +++ b/src/testing/test_exchange_api_twisted.c @@ -202,7 +202,7 @@ run (void *cls, "EUR:5", "deposit-refund-to-fail"), TALER_TESTING_cmd_refund ("refund-insufficient-funds", - MHD_HTTP_PRECONDITION_FAILED, + MHD_HTTP_CONFLICT, "EUR:50", "deposit-refund-1"), TALER_TESTING_cmd_end () |