Fix noisy log message about missing mappings

From the scheduler integration test

Original commit: elastic/x-pack-elasticsearch@02d3f58d83
This commit is contained in:
David Kyle 2017-01-05 14:43:29 +00:00
parent 2746edf21b
commit 42898ba421
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@ setup:
- do:
indices.create:
index: airline-data
body:
mappings:
response:
properties:
time:
type: date
- do:
xpack.ml.put_job: