gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: use reliably non-answering HTTP


From: gnunet
Subject: [taler-merchant] branch master updated: use reliably non-answering HTTP endpoint, instead of one that might answer
Date: Thu, 27 May 2021 11:20:48 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 72e50cb4 use reliably non-answering HTTP endpoint, instead of one that 
might answer
72e50cb4 is described below

commit 72e50cb45e9b3df912fa542c6e6bcccf51a59838
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu May 27 11:20:46 2021 +0200

    use reliably non-answering HTTP endpoint, instead of one that might answer
---
 src/testing/test_merchant_api.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c
index 65b987e4..ef8d74cf 100644
--- a/src/testing/test_merchant_api.c
+++ b/src/testing/test_merchant_api.c
@@ -445,7 +445,10 @@ run (void *cls,
                                                PAYTO_I1,
                                                "EUR:4.98",
                                                NULL /* random WTID */,
-                                               "http://localhost/404/";,
+                                               /* non-routable IP address,
+                                                  so we are sure to not get
+                                                  any reply */
+                                               "http://192.0.2.1/404/";,
                                                MHD_HTTP_GATEWAY_TIMEOUT),
     TALER_TESTING_cmd_merchant_get_transfers ("get-transfers-1",
                                               merchant_url,

-- 
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]