From 51814adbef41c0e1bbfe1d9de98006a49c06fa9e Mon Sep 17 00:00:00 2001 From: Artyom Savchenko Date: Sun, 12 Jul 2026 09:35:39 +0700 Subject: [PATCH] Fix tests Signed-off-by: Artyom Savchenko --- ws-tests/api-tests/src/__tests__/client.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ws-tests/api-tests/src/__tests__/client.test.ts b/ws-tests/api-tests/src/__tests__/client.test.ts index 5cada722fa..d7a75bdbc0 100644 --- a/ws-tests/api-tests/src/__tests__/client.test.ts +++ b/ws-tests/api-tests/src/__tests__/client.test.ts @@ -105,6 +105,7 @@ describe('rest-api-server', () => { priority: IssuePriority.Urgent, assignee: null, component: null, + startDate: null, estimation: 0, remainingTime: 0, reportedTime: 0,