commit 93465baaf1a765b3fe66a61a0f6d0de551757abd
parent 271777c17fbfea65edb5781cb9758ca27a4d1f86
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 25 Mar 2026 22:10:06 +0100
-fix behavior to match spec more closely
Diffstat:
1 file changed, 0 insertions(+), 13 deletions(-)
diff --git a/src/testing/testing_api_cmd_post_donau_instances.c b/src/testing/testing_api_cmd_post_donau_instances.c
@@ -64,11 +64,6 @@ struct PostDonauState
const char *merchant_reference;
/**
- * Authentication token for the request.
- */
- const char *auth_token;
-
- /**
* Expected HTTP response code.
*/
unsigned int http_status;
@@ -144,13 +139,6 @@ post_donau_run (void *cls,
TALER_TESTING_interpreter_get_context (is),
pds->merchant_url,
&pds->charity);
- if (NULL != pds->auth_token)
- {
- TALER_MERCHANT_post_private_donau_set_options (
- pds->dph,
- TALER_MERCHANT_post_private_donau_option_auth_token (
- pds->auth_token));
- }
{
enum TALER_ErrorCode ec;
@@ -222,7 +210,6 @@ TALER_TESTING_cmd_merchant_post_donau_instance (
pds->merchant_url = url;
pds->charity = charity;
pds->http_status = expected_http_status;
- pds->auth_token = NULL;
{
struct TALER_TESTING_Command cmd = {