We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac10e2 commit 21dfcccCopy full SHA for 21dfccc
x-pack/plugins/case/server/routes/api/__tests__/update_case.test.ts
@@ -35,7 +35,7 @@ describe('UPDATE case', () => {
35
36
const response = await routeHandler(theContext, request, kibanaResponseFactory);
37
expect(response.status).toEqual(200);
38
- expect(typeof response.payload.updated_at).toBe('number');
+ expect(typeof response.payload.updated_at).toBe('string');
39
expect(response.payload.state).toEqual('closed');
40
});
41
it(`Returns an error if updateCase throws`, async () => {
0 commit comments