From 1ee42e93d0cbed7bc3ec13a138a974da84093768 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Wed, 25 Mar 2015 06:48:05 +0200 Subject: [PATCH] Fix REST test delete/42_missing_parent to catch a RoutingMissingException Related to #10136 --- rest-api-spec/test/delete/42_missing_parent.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/rest-api-spec/test/delete/42_missing_parent.yml b/rest-api-spec/test/delete/42_missing_parent.yml index ac00a8dcba0..8247f8885e9 100644 --- a/rest-api-spec/test/delete/42_missing_parent.yml +++ b/rest-api-spec/test/delete/42_missing_parent.yml @@ -21,6 +21,7 @@ body: { foo: bar } - do: + catch: /RoutingMissingException/ delete: index: test_1 type: test