[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…
Reference in New Issue