summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/testing_api_helpers.c')
-rw-r--r--src/lib/testing_api_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing_api_helpers.c b/src/lib/testing_api_helpers.c
index 930065af..39cef121 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,
GNUNET_asprintf (&wget_cmd,
"wget -q -t 1 -T 1"
- " --header='Authentication: ApiKey sandbox'"
+ " --header='Authorization: ApiKey sandbox'"
" %s"
" -o /dev/null -O /dev/null",
merchant_url);