summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-23 10:18:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-23 10:18:13 +0100
commit67cf9747a5bfb655ca17d92c5287e4252626ac66 (patch)
treee1ee27d3bf9f012d879bdb748326576e02787eb5 /src
parentc032c5fc403092c654430ef9a1993e580393fa3e (diff)
parenta57fd6c4b3cf83aa53d5e172d224e37562cd26c4 (diff)
downloadexchange-67cf9747a5bfb655ca17d92c5287e4252626ac66.tar.gz
exchange-67cf9747a5bfb655ca17d92c5287e4252626ac66.tar.bz2
exchange-67cf9747a5bfb655ca17d92c5287e4252626ac66.zip
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'src')
-rw-r--r--src/testing/test_exchange_api.c3
1 files changed, 2 insertions, 1 deletions
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",