From a57fd6c4b3cf83aa53d5e172d224e37562cd26c4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 23 Mar 2020 12:28:08 +0530 Subject: fix test case (old one required recoup to *not* be idempotent --- src/testing/test_exchange_api.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/testing/test_exchange_api.c') diff --git a/src/testing/test_exchange_api.c b/src/testing/test_exchange_api.c index e62223303..d239aae66 100644 --- a/src/testing/test_exchange_api.c +++ b/src/testing/test_exchange_api.c @@ -682,8 +682,9 @@ run (void *cls, MHD_HTTP_OK, "recoup-withdraw-coin-2a", NULL), + /* Idempotency of recoup (withdrawal variant) */ TALER_TESTING_cmd_recoup ("recoup-2b", - MHD_HTTP_CONFLICT, + MHD_HTTP_OK, "recoup-withdraw-coin-2a", NULL), TALER_TESTING_cmd_deposit ("recoup-deposit-revoked", -- cgit v1.2.3