summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_post_webhooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_post_webhooks.c')
-rw-r--r--src/testing/testing_api_cmd_post_webhooks.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testing/testing_api_cmd_post_webhooks.c b/src/testing/testing_api_cmd_post_webhooks.c
index 2a16a990..099ea755 100644
--- a/src/testing/testing_api_cmd_post_webhooks.c
+++ b/src/testing/testing_api_cmd_post_webhooks.c
@@ -268,10 +268,10 @@ TALER_TESTING_cmd_merchant_post_webhooks (const char *label,
merchant_url,
webhook_id,
event_type,
- "http://localhost:12345/",
+ "https://google.com/",
"POST",
- "Authorization: EFEHYJS",
- "{{amount.val}}.{{amount.frac}} {{amount.currency}}",
+ "Taler-test-header: EFEHYJS-Bakery",
+ "5.0 EUR",
http_status);
}