summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-25 21:36:43 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-25 21:36:43 +0200
commit8ffa114c4edddf8773dc4dfd27c1bd44bacd2368 (patch)
treecaec19d6b2211b556ba3b46a267c196d6a478792 /src/testing
parent068068f40fc97f09525aaccf560a1be352abd159 (diff)
downloadexchange-8ffa114c4edddf8773dc4dfd27c1bd44bacd2368.tar.gz
exchange-8ffa114c4edddf8773dc4dfd27c1bd44bacd2368.tar.bz2
exchange-8ffa114c4edddf8773dc4dfd27c1bd44bacd2368.zip
status code changed from 404 to 410, as revocation is possible in the future..."
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_exchange_api_revocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_exchange_api_revocation.c b/src/testing/test_exchange_api_revocation.c
index 94e162b9a..62be6a0e3 100644
--- a/src/testing/test_exchange_api_revocation.c
+++ b/src/testing/test_exchange_api_revocation.c
@@ -135,7 +135,7 @@ run (void *cls,
MHD_HTTP_OK),
/* Try to recoup before it's allowed */
TALER_TESTING_cmd_recoup ("recoup-not-allowed",
- MHD_HTTP_NOT_FOUND,
+ MHD_HTTP_GONE,
"refresh-reveal-1#0",
"refresh-melt-1",
NULL),