gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: wget needs ApiKey h


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: wget needs ApiKey header.
Date: Mon, 11 Jun 2018 15:40:46 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new c6633ef  wget needs ApiKey header.
c6633ef is described below

commit c6633ef267aef3f608c49f5631dc930b8fd5d9a4
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 11 15:40:22 2018 +0200

    wget needs ApiKey header.
---
 src/lib/testing_api_helpers.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/testing_api_helpers.c b/src/lib/testing_api_helpers.c
index 9bccd4d..e97714e 100644
--- a/src/lib/testing_api_helpers.c
+++ b/src/lib/testing_api_helpers.c
@@ -60,7 +60,9 @@ TALER_TESTING_run_merchant (const char *config_filename,
     MERCHANT_FAIL ();
 
   GNUNET_asprintf (&wget_cmd,
-                   "wget -q -t 1 -T 1 %s"
+                   "wget -q -t 1 -T 1"
+                   "--header='Authentication: ApiKey sandbox'"
+                   " %s"
                    " -o /dev/null -O /dev/null",
                    merchant_url);
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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