Skip to content

Commit f5e03ab

Browse files
committed
fix integration tests
1 parent 118a2cd commit f5e03ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

templates/indices/executionResults.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var ExecutionResults = Object{
1111
"number_of_replicas": 0,
1212
"index": Object{
1313
"sort.field": Array{
14-
"timestamp", "nonce",
14+
"timestampMs", "nonce",
1515
},
1616
"sort.order": Array{
1717
"desc", "desc",
@@ -70,6 +70,10 @@ var ExecutionResults = Object{
7070
"index": "false",
7171
"type": "keyword",
7272
},
73+
"timestampMs": Object{
74+
"type": "date",
75+
"format": "epoch_millis",
76+
},
7377
},
7478
},
7579
},

0 commit comments

Comments
 (0)