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