From 757ae6e831ded2d88e839dc94c1493e34dfee141 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 14 Nov 2023 16:10:34 +0100 Subject: [PATCH] adjust smocker body --- .../goofy-e2e/src/fixtures/smocker/mocks.yaml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/goofy-client/apps/goofy-e2e/src/fixtures/smocker/mocks.yaml b/goofy-client/apps/goofy-e2e/src/fixtures/smocker/mocks.yaml index 3fdc55510f..bd8e62d867 100644 --- a/goofy-client/apps/goofy-e2e/src/fixtures/smocker/mocks.yaml +++ b/goofy-client/apps/goofy-e2e/src/fixtures/smocker/mocks.yaml @@ -5,19 +5,19 @@ status: 200 headers: Content-Type: application/json - body: > - { - "action": "CREATE_AKTENNOTIZ", - "body": { - "headline": "Eine neue Notiz", - "severity": "INFO", - "text": "Alles fein" - } - } + body: > + { + "action": "CREATE_AKTENNOTIZ", + "body": { + "headline": "Eine neue Notiz", + "severity": "INFO", + "text": "Alles fein" + } + } - request: method: POST path: /externe-processor-failure response: status: 500 headers: - body: "Da ist etwas schiefgelaufen" \ No newline at end of file + body: "Da ist etwas schiefgelaufen" \ No newline at end of file -- GitLab