From 94d36b18f827599ff7e71dc1338280c652aaeb4e Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Wed, 15 Nov 2023 14:50:14 +0545 Subject: [PATCH] fix expected user-id in notifications --- tests/acceptance/features/apiNotification/notification.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/apiNotification/notification.feature b/tests/acceptance/features/apiNotification/notification.feature index 002fc489e6..5c0719faa7 100644 --- a/tests/acceptance/features/apiNotification/notification.feature +++ b/tests/acceptance/features/apiNotification/notification.feature @@ -199,7 +199,7 @@ Feature: Notification }, "id": { "type": "string", - "enum": ["%user_id%"] + "pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" }, "name": { "type": "string",