diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-06-11 15:51:34 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-06-11 15:51:34 +0200 |
commit | c927661dd81d0b3227d5673118abcfc4c5e1469f (patch) | |
tree | 9bf7b387ac3528ed959a3d20324a403f06b97118 /src | |
parent | a317735ee2eb25700756c346bf0c88eed73d7aca (diff) |
Authentication>Authorization
Diffstat (limited to 'src')
-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 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); |