[TEST] Fixed intermittent failure due to lack of mapping

This commit is contained in:
Colin Goodheart-Smithe 2014-07-17 09:05:43 +01:00
parent 9037365adf
commit 7223e9959d
1 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,17 @@
setup:
- do:
indices.create:
index: test_1
body:
mappings:
test:
"properties":
"number":
"type" : "integer"
- do:
cluster.health:
wait_for_status: green
---
"Basic test":
- do: