[TEST] MLT Rest test needs a mapping since we randomized number of nodes/shards
This commit is contained in:
parent
cd0c0de088
commit
a9c8624c67
|
@ -7,6 +7,13 @@
|
|||
settings:
|
||||
index:
|
||||
number_of_replicas: 0
|
||||
mappings:
|
||||
test:
|
||||
properties:
|
||||
foo:
|
||||
type : "string"
|
||||
title:
|
||||
type : "string"
|
||||
|
||||
- do:
|
||||
index:
|
||||
|
|
Loading…
Reference in New Issue