From 9a696bf9d07e749dcd1894fbdfd3aeabb3b1306f Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 14 Nov 2023 16:04:25 +0100
Subject: [PATCH] OZG-4461 adjust body level in mock

---
 .../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 1428d2acfd..3fdc55510f 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