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 1428d2acfd6e09738f0ef5a9da73dd3792574e22..3fdc55510faeccb80ccaaefd9afe3942f4911c2b 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