fix status code

This commit is contained in:
Christian Grothoff 2020-05-01 19:22:32 +02:00
parent 5b01ccbfc6
commit 0985dfd18f
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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 ()
};