Fix get records yaml test

Original commit: elastic/x-pack-elasticsearch@9553fd0b52
This commit is contained in:
Dimitrios Athanasiou 2016-11-24 11:46:00 +00:00
parent aa53e7177a
commit 2a46837296
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ setup:
index: prelertresults-farequote
body:
mappings:
results:
record:
properties:
"jobId":
type: keyword
@ -30,7 +30,7 @@ setup:
- do:
index:
index: prelertresults-farequote
type: results
type: record
id: 2
body: { "jobId": "farequote", "timestamp": "2016-06-01T00:00:00Z", "result_type": "record" }