Removes index.mapper.dynamic from test fixture (#14930)

This was removed in ES 6.0+

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2017-11-14 07:25:38 -08:00 committed by Tyler Smalley
parent 805174b8ac
commit cee0fc045c

View file

@ -5,7 +5,6 @@
"settings": {
"index": {
"number_of_shards": "1",
"mapper.dynamic": false,
"number_of_replicas": "1"
}
},