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,