Fix REST test delete/42_missing_parent to catch a RoutingMissingException
Related to #10136
This commit is contained in:
parent
90dfd78267
commit
1ee42e93d0
|
@ -21,6 +21,7 @@
|
|||
body: { foo: bar }
|
||||
|
||||
- do:
|
||||
catch: /RoutingMissingException/
|
||||
delete:
|
||||
index: test_1
|
||||
type: test
|
||||
|
|
Loading…
Reference in New Issue