@@ -9,7 +9,7 @@ export const mockCases = [
99 type : 'case-workflow' ,
1010 id : 'mock-id-1' ,
1111 attributes : {
12- created_at : 1574718888885 ,
12+ created_at : '2019-11-25T21:54:48.952Z' ,
1313 created_by : {
1414 full_name : null ,
1515 username : 'elastic' ,
@@ -19,7 +19,7 @@ export const mockCases = [
1919 state : 'open' ,
2020 tags : [ 'defacement' ] ,
2121 case_type : 'security' ,
22- updated_at : 1574718888885 ,
22+ updated_at : '2019-11-25T21:54:48.952Z' ,
2323 } ,
2424 references : [ ] ,
2525 updated_at : '2019-11-25T21:54:48.952Z' ,
@@ -29,7 +29,7 @@ export const mockCases = [
2929 type : 'case-workflow' ,
3030 id : 'mock-id-2' ,
3131 attributes : {
32- created_at : 1574721120834 ,
32+ created_at : '2019-11-25T22:32:00.900Z' ,
3333 created_by : {
3434 full_name : null ,
3535 username : 'elastic' ,
@@ -39,7 +39,7 @@ export const mockCases = [
3939 state : 'open' ,
4040 tags : [ 'Data Destruction' ] ,
4141 case_type : 'security' ,
42- updated_at : 1574721130834 ,
42+ updated_at : '2019-11-25T22:32:00.900Z' ,
4343 } ,
4444 references : [ ] ,
4545 updated_at : '2019-11-25T22:32:00.900Z' ,
@@ -49,7 +49,7 @@ export const mockCases = [
4949 type : 'case-workflow' ,
5050 id : 'mock-id-3' ,
5151 attributes : {
52- created_at : 1574721137881 ,
52+ created_at : '2019-11-25T22:32:17.947Z' ,
5353 created_by : {
5454 full_name : null ,
5555 username : 'elastic' ,
@@ -59,7 +59,7 @@ export const mockCases = [
5959 state : 'open' ,
6060 tags : [ 'LOLBins' ] ,
6161 case_type : 'security' ,
62- updated_at : 1574721147881 ,
62+ updated_at : '2019-11-25T22:32:17.947Z' ,
6363 } ,
6464 references : [ ] ,
6565 updated_at : '2019-11-25T22:32:17.947Z' ,
@@ -82,12 +82,12 @@ export const mockCaseComments = [
8282 id : 'mock-comment-1' ,
8383 attributes : {
8484 comment : 'Wow, good luck catching that bad meanie!' ,
85- created_at : 1574718900112 ,
85+ created_at : '2019-11-25T21:55:00.177Z' ,
8686 created_by : {
8787 full_name : 'elastic' ,
8888 username : 'elastic' ,
8989 } ,
90- updated_at : 1574718900112 ,
90+ updated_at : '2019-11-25T21:55:00.177Z' ,
9191 } ,
9292 references : [
9393 {
@@ -104,12 +104,12 @@ export const mockCaseComments = [
104104 id : 'mock-comment-2' ,
105105 attributes : {
106106 comment : 'Well I decided to update my comment. So what? Deal with it.' ,
107- created_at : 1574718902724 ,
107+ created_at : '2019-11-25T21:55:14.633Z' ,
108108 created_by : {
109109 full_name : 'elastic' ,
110110 username : 'elastic' ,
111111 } ,
112- updated_at : 1574718902724 ,
112+ updated_at : '2019-11-25T21:55:14.633Z' ,
113113 } ,
114114 references : [
115115 {
@@ -126,12 +126,12 @@ export const mockCaseComments = [
126126 id : 'mock-comment-3' ,
127127 attributes : {
128128 comment : 'Wow, good luck catching that bad meanie!' ,
129- created_at : 1574721150542 ,
129+ created_at : '2019-11-25T22:32:30.608Z' ,
130130 created_by : {
131131 full_name : 'elastic' ,
132132 username : 'elastic' ,
133133 } ,
134- updated_at : 1574721150542 ,
134+ updated_at : '2019-11-25T22:32:30.608Z' ,
135135 } ,
136136 references : [
137137 {
0 commit comments