mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
Added a test with wrong parent to delete
This commit is contained in:
parent
429a67e3ce
commit
915a6986b9
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
"Parent":
|
"Parent":
|
||||||
|
|
||||||
- skip:
|
- skip:
|
||||||
version: "0 - 0.90.2"
|
version: "0 - 0.90.2"
|
||||||
reason: Delete ignores the parent param
|
reason: Delete ignores the parent param
|
||||||
@ -23,6 +24,13 @@
|
|||||||
parent: 5
|
parent: 5
|
||||||
body: { foo: bar }
|
body: { foo: bar }
|
||||||
|
|
||||||
|
- do:
|
||||||
|
catch: missing
|
||||||
|
delete:
|
||||||
|
index: test_1
|
||||||
|
type: test
|
||||||
|
id: 1
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
catch: missing
|
catch: missing
|
||||||
delete:
|
delete:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user