mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +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":
|
||||
|
||||
- do:
|
||||
catch: /Validation/
|
||||
catch: /Validation|Invalid/
|
||||
update:
|
||||
index: test_1
|
||||
type: test
|
||||
@ -14,7 +14,7 @@
|
||||
upsert: { foo: bar }
|
||||
|
||||
- do:
|
||||
catch: /Validation/
|
||||
catch: /Validation|Invalid/
|
||||
update:
|
||||
index: test_1
|
||||
type: test
|
||||
|
Loading…
x
Reference in New Issue
Block a user