fixed test

This commit is contained in:
Martijn van Groningen 2018-10-25 08:09:45 +02:00
parent e7ced94a65
commit bb807b147b
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Example tests using an instance binding
"custom instance binding":
" custom instance binding":
- do:
index:
index: test
@ -11,8 +11,8 @@
indices.refresh: {}
- do:
index: test
search:
index: test
body:
query:
match_all: {}
@ -26,8 +26,8 @@
- match: { hits.hits.0.fields.sNum1.0: 2 }
- do:
index: test
search:
index: test
body:
query:
match_all: {}