summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-01 19:22:32 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-05 16:45:22 +0200
commit78b13737bb83190be485f5bc5f3a4756100e60f3 (patch)
tree937b568ce01617b4185860dc88030814a231e6d1 /src/testing
parentbaab185d87fc507ea47a509d602c4fd899c6ffcb (diff)
downloadexchange-78b13737bb83190be485f5bc5f3a4756100e60f3.tar.gz
exchange-78b13737bb83190be485f5bc5f3a4756100e60f3.tar.bz2
exchange-78b13737bb83190be485f5bc5f3a4756100e60f3.zip
fix status code
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_exchange_api_twisted.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testing/test_exchange_api_twisted.c b/src/testing/test_exchange_api_twisted.c
index c99c7410d..053372197 100644
--- a/src/testing/test_exchange_api_twisted.c
+++ b/src/testing/test_exchange_api_twisted.c
@@ -205,6 +205,10 @@ 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 ()
};