mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[REST-SPEC] update to update test, to check for es-js error messages
This commit is contained in:
parent
dce127bcdf
commit
9038db7bfc
@ -2,7 +2,7 @@
|
|||||||
"Not supported versions":
|
"Not supported versions":
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
catch: /Validation/
|
catch: /Validation|Invalid/
|
||||||
update:
|
update:
|
||||||
index: test_1
|
index: test_1
|
||||||
type: test
|
type: test
|
||||||
@ -14,7 +14,7 @@
|
|||||||
upsert: { foo: bar }
|
upsert: { foo: bar }
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
catch: /Validation/
|
catch: /Validation|Invalid/
|
||||||
update:
|
update:
|
||||||
index: test_1
|
index: test_1
|
||||||
type: test
|
type: test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user