summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-06-11 15:51:34 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-06-11 15:51:34 +0200
commitc927661dd81d0b3227d5673118abcfc4c5e1469f (patch)
tree9bf7b387ac3528ed959a3d20324a403f06b97118
parenta317735ee2eb25700756c346bf0c88eed73d7aca (diff)
downloadmerchant-c927661dd81d0b3227d5673118abcfc4c5e1469f.tar.gz
merchant-c927661dd81d0b3227d5673118abcfc4c5e1469f.tar.bz2
merchant-c927661dd81d0b3227d5673118abcfc4c5e1469f.zip
Authentication>Authorization
-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);