Skip to content

Commit 9c6ca44

Browse files
martijnvgkcm
authored andcommitted
fixed test
1 parent 1399e66 commit 9c6ca44

File tree

1 file changed

+3
-3
lines changed
  • plugins/examples/painless-whitelist/src/test/resources/rest-api-spec/test/painless_whitelist

1 file changed

+3
-3
lines changed

plugins/examples/painless-whitelist/src/test/resources/rest-api-spec/test/painless_whitelist/40_instance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example tests using an instance binding
22

3-
"custom instance binding":
3+
" custom instance binding":
44
- do:
55
index:
66
index: test
@@ -11,8 +11,8 @@
1111
indices.refresh: {}
1212

1313
- do:
14-
index: test
1514
search:
15+
index: test
1616
body:
1717
query:
1818
match_all: {}
@@ -26,8 +26,8 @@
2626
- match: { hits.hits.0.fields.sNum1.0: 2 }
2727

2828
- do:
29-
index: test
3029
search:
30+
index: test
3131
body:
3232
query:
3333
match_all: {}

0 commit comments

Comments
 (0)