no ApiKey for benchmark
This commit is contained in:
parent
d7789d0984
commit
7a1d4e4d65
@ -177,7 +177,6 @@ static void
|
|||||||
run (void *cls,
|
run (void *cls,
|
||||||
struct TALER_TESTING_Interpreter *is)
|
struct TALER_TESTING_Interpreter *is)
|
||||||
{
|
{
|
||||||
#define APIKEY_SANDBOX "Authorization: ApiKey sandbox"
|
|
||||||
struct TALER_Amount total_reserve_amount;
|
struct TALER_Amount total_reserve_amount;
|
||||||
struct TALER_Amount withdraw_fee;
|
struct TALER_Amount withdraw_fee;
|
||||||
char *withdraw_fee_str;
|
char *withdraw_fee_str;
|
||||||
@ -187,11 +186,6 @@ run (void *cls,
|
|||||||
howmany_coins + /* All units */
|
howmany_coins + /* All units */
|
||||||
1 /* End CMD */];
|
1 /* End CMD */];
|
||||||
|
|
||||||
/* Will be freed by testing-lib. */
|
|
||||||
GNUNET_assert
|
|
||||||
(GNUNET_OK == GNUNET_CURL_append_header
|
|
||||||
(is->ctx, APIKEY_SANDBOX));
|
|
||||||
|
|
||||||
ALLOCATE_AMOUNTS
|
ALLOCATE_AMOUNTS
|
||||||
(AMOUNT_5,
|
(AMOUNT_5,
|
||||||
AMOUNT_4,
|
AMOUNT_4,
|
||||||
|
Loading…
Reference in New Issue
Block a user