Trigger refund fee to low

This commit is contained in:
Marcello Stanisci 2018-05-17 15:30:27 +02:00
parent 1b5dfe20c3
commit c0c5bd3ba7
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

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