Skip to content

Commit 2a27562

Browse files
committed
Add failing test
1 parent f10654a commit 2a27562

File tree

1 file changed

+15
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)