diff options
Diffstat (limited to 'src/lib/testing_api_helpers.c')
-rw-r--r-- | src/lib/testing_api_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing_api_helpers.c b/src/lib/testing_api_helpers.c index e97714ef..930065af 100644 --- a/src/lib/testing_api_helpers.c +++ b/src/lib/testing_api_helpers.c | |||
@@ -61,7 +61,7 @@ TALER_TESTING_run_merchant (const char *config_filename, | |||
61 | 61 | ||
62 | GNUNET_asprintf (&wget_cmd, | 62 | GNUNET_asprintf (&wget_cmd, |
63 | "wget -q -t 1 -T 1" | 63 | "wget -q -t 1 -T 1" |
64 | "--header='Authentication: ApiKey sandbox'" | 64 | " --header='Authentication: ApiKey sandbox'" |
65 | " %s" | 65 | " %s" |
66 | " -o /dev/null -O /dev/null", | 66 | " -o /dev/null -O /dev/null", |
67 | merchant_url); | 67 | merchant_url); |