Skip to content

Commit c8a00f0

Browse files
committed
Add failing test
1 parent f10654a commit c8a00f0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
ndjson:
2+
- index: { "_index": "test-index" }
3+
- message: Hola, Mundo!
4+
- index: { "_index": "test-index-pattern-11" }
5+
- message: Hola, Mundo!
6+
- index: { "_index": "test-index-pattern-&1" }
7+
- message: Hola, Mundo!
8+
status_code: 200
9+
expected:
10+
errors: true
11+
items:
12+
- index:
13+
_index: test-index
14+
status: 201
15+
- index:
16+
_index: test-index-pattern-11
17+
status: 201
18+
- index:
19+
_index: test-index-pattern-&1
20+
status: 400

0 commit comments

Comments
 (0)