no ApiKey for benchmark

This commit is contained in:
Marcello Stanisci 2018-07-25 12:05:55 +02:00
parent d7789d0984
commit 7a1d4e4d65
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -177,7 +177,6 @@ static void
run (void *cls,
struct TALER_TESTING_Interpreter *is)
{
#define APIKEY_SANDBOX "Authorization: ApiKey sandbox"
struct TALER_Amount total_reserve_amount;
struct TALER_Amount withdraw_fee;
char *withdraw_fee_str;
@ -187,11 +186,6 @@ run (void *cls,
howmany_coins + /* All units */
1 /* End CMD */];
/* Will be freed by testing-lib. */
GNUNET_assert
(GNUNET_OK == GNUNET_CURL_append_header
(is->ctx, APIKEY_SANDBOX));
ALLOCATE_AMOUNTS
(AMOUNT_5,
AMOUNT_4,