From 765efc91af0b97fdc52219d9408be6f8140ca47e Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Wed, 10 May 2023 09:47:36 +0200 Subject: [PATCH] fix --- tests/acceptance/features/apiSpaces/notification.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/apiSpaces/notification.feature b/tests/acceptance/features/apiSpaces/notification.feature index 488fc3d310d..6d8cb5b961a 100644 --- a/tests/acceptance/features/apiSpaces/notification.feature +++ b/tests/acceptance/features/apiSpaces/notification.feature @@ -174,6 +174,6 @@ Feature: Notification """ Examples: | language | subject | message | - | de | Space freigegeben | Alice Hansen hat Sie zum Space notification checking hinzugefügt | + | de | Space freigegeben | Alice Hansen hat Sie zum Space notification checking hinzugef\u00fcgt | | en | Space shared | Alice Hansen added you to Space notification checking | | es | Space compartido | Alice Hansen te añadió al Space notification checking |