Skip to content

Commit 21dfccc

Browse files
committed
update test for zulu time
1 parent aac10e2 commit 21dfccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/case/server/routes/api/__tests__/update_case.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('UPDATE case', () => {
3535

3636
const response = await routeHandler(theContext, request, kibanaResponseFactory);
3737
expect(response.status).toEqual(200);
38-
expect(typeof response.payload.updated_at).toBe('number');
38+
expect(typeof response.payload.updated_at).toBe('string');
3939
expect(response.payload.state).toEqual('closed');
4040
});
4141
it(`Returns an error if updateCase throws`, async () => {

0 commit comments

Comments
 (0)