From 54853e2cbdc296a96daf05c997a30fde6a1452b1 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 4 Jun 2026 20:22:16 +0200 Subject: [PATCH] docs(bruno): prettify --- test/integration/features/webhook.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/features/webhook.feature b/test/integration/features/webhook.feature index 56691675..944b29e5 100644 --- a/test/integration/features/webhook.feature +++ b/test/integration/features/webhook.feature @@ -132,8 +132,8 @@ Feature: Webhook Given I have a webhook server When I make a "POST" request to Gotenberg at the "/forms/pdfengines/flatten" endpoint with the following form data and header(s): | files | testdata/page_1.pdf | file | - | Gotenberg-Webhook-Url | http://host.docker.internal:%d/webhook | header | - | Gotenberg-Webhook-Error-Url | http://host.docker.internal:%d/webhook/error | header | + | Gotenberg-Webhook-Url | http://host.docker.internal:%d/webhook | header | + | Gotenberg-Webhook-Error-Url | http://host.docker.internal:%d/webhook/error | header | | traceparent | 00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01 | header | Then the response status code should be 204 When I wait for the asynchronous request to the webhook