From da591666d1f1d68d649c8ce3cf6663ff81ec0615 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 28 Nov 2024 20:09:30 +0100 Subject: [PATCH] OZG-6162 OZG-7255 Repair e2e vorgang-export tests --- .../apps/alfa-e2e/src/fixtures/kommentar/kommentar.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alfa-client/apps/alfa-e2e/src/fixtures/kommentar/kommentar.json b/alfa-client/apps/alfa-e2e/src/fixtures/kommentar/kommentar.json index f1bad2ba77..66fe5c0999 100644 --- a/alfa-client/apps/alfa-e2e/src/fixtures/kommentar/kommentar.json +++ b/alfa-client/apps/alfa-e2e/src/fixtures/kommentar/kommentar.json @@ -1,5 +1,6 @@ { "createdAt": "2024-01-10T12:57:35Z[UTC]", "createdBy": "SetInCode", - "text": "Test text to test the test text test" + "text": "Test text to test the test text test", + "attachments": null } -- GitLab