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 3fdc55510faeccb80ccaaefd9afe3942f4911c2b..bd8e62d867118f01c68f2b65912ec6b7aeb8aba1 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