gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: status code changed from 404 to


From: gnunet
Subject: [taler-exchange] branch master updated: status code changed from 404 to 410, as revocation is possible in the future..."
Date: Tue, 25 May 2021 21:36:45 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 8ffa114c status code changed from 404 to 410, as revocation is 
possible in the future..."
8ffa114c is described below

commit 8ffa114c4edddf8773dc4dfd27c1bd44bacd2368
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue May 25 21:36:43 2021 +0200

    status code changed from 404 to 410, as revocation is possible in the 
future..."
---
 src/testing/test_exchange_api_revocation.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testing/test_exchange_api_revocation.c 
b/src/testing/test_exchange_api_revocation.c
index 94e162b9..62be6a0e 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),

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]