@@ -106,6 +106,7 @@ describe('common utils', () => {
106106 expect ( res ) . toMatchInlineSnapshot ( `
107107 Object {
108108 "assignees": Array [],
109+ "category": null,
109110 "closed_at": null,
110111 "closed_by": null,
111112 "connector": Object {
@@ -159,6 +160,7 @@ describe('common utils', () => {
159160 expect ( res ) . toMatchInlineSnapshot ( `
160161 Object {
161162 "assignees": Array [],
163+ "category": null,
162164 "closed_at": null,
163165 "closed_by": null,
164166 "connector": Object {
@@ -216,6 +218,7 @@ describe('common utils', () => {
216218 "uid": "1",
217219 },
218220 ],
221+ "category": null,
219222 "closed_at": null,
220223 "closed_by": null,
221224 "connector": Object {
@@ -276,6 +279,7 @@ describe('common utils', () => {
276279 "cases": Array [
277280 Object {
278281 "assignees": Array [],
282+ "category": null,
279283 "closed_at": null,
280284 "closed_by": null,
281285 "comments": Array [],
@@ -317,6 +321,7 @@ describe('common utils', () => {
317321 },
318322 Object {
319323 "assignees": Array [],
324+ "category": null,
320325 "closed_at": null,
321326 "closed_by": null,
322327 "comments": Array [],
@@ -358,6 +363,7 @@ describe('common utils', () => {
358363 },
359364 Object {
360365 "assignees": Array [],
366+ "category": null,
361367 "closed_at": null,
362368 "closed_by": null,
363369 "comments": Array [],
@@ -403,6 +409,7 @@ describe('common utils', () => {
403409 },
404410 Object {
405411 "assignees": Array [],
412+ "category": null,
406413 "closed_at": "2019-11-25T22:32:17.947Z",
407414 "closed_by": Object {
408415 "email": "testemail@elastic.co",
@@ -473,6 +480,7 @@ describe('common utils', () => {
473480 expect ( res ) . toMatchInlineSnapshot ( `
474481 Object {
475482 "assignees": Array [],
483+ "category": null,
476484 "closed_at": null,
477485 "closed_by": null,
478486 "comments": Array [],
@@ -530,6 +538,7 @@ describe('common utils', () => {
530538 expect ( res ) . toMatchInlineSnapshot ( `
531539 Object {
532540 "assignees": Array [],
541+ "category": null,
533542 "closed_at": null,
534543 "closed_by": null,
535544 "comments": Array [],
@@ -588,6 +597,7 @@ describe('common utils', () => {
588597 expect ( res ) . toMatchInlineSnapshot ( `
589598 Object {
590599 "assignees": Array [],
600+ "category": null,
591601 "closed_at": null,
592602 "closed_by": null,
593603 "comments": Array [
@@ -669,6 +679,7 @@ describe('common utils', () => {
669679 expect ( res ) . toMatchInlineSnapshot ( `
670680 Object {
671681 "assignees": Array [],
682+ "category": null,
672683 "closed_at": null,
673684 "closed_by": null,
674685 "comments": Array [],
0 commit comments