fix expected user-id in notifications

This commit is contained in:
Artur Neumann
2023-11-15 14:50:14 +05:45
parent d452c11a0e
commit 94d36b18f8

View File

@@ -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",