summaryrefslogtreecommitdiff
path: root/rest-api-spec/src/main
diff options
context:
space:
mode:
authorJason Tedor <jason@tedor.me>2017-06-11 16:59:12 -0400
committerJason Tedor <jason@tedor.me>2017-06-11 16:59:12 -0400
commit725f6b6983d0393b4622c2665b3e0c9e65f1cf9d (patch)
treeb2fd9a485f4530de6d4fff74b7baa8a03929dd50 /rest-api-spec/src/main
parentdcf57f296e8f691e8099ea57ce011c41061e79c8 (diff)
Change BWC versions on get mapping 404s
This commit changes the BWC versions on the get mapping 404s now that this API returning 404s when a type is missing is supported since 5.5.0. Relates #23192
Diffstat (limited to 'rest-api-spec/src/main')
-rw-r--r--rest-api-spec/src/main/resources/rest-api-spec/test/indices.get_mapping/20_missing_type.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.get_mapping/20_missing_type.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.get_mapping/20_missing_type.yml
index 54e0e5e755..bb990296f7 100644
--- a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.get_mapping/20_missing_type.yml
+++ b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.get_mapping/20_missing_type.yml
@@ -1,7 +1,7 @@
---
"Non-existent type returns 404":
- skip:
- version: " - 5.99.99"
+ version: " - 5.5.99"
reason: Previous versions did not 404 on missing types
- do:
indices.create:
@@ -26,7 +26,7 @@
---
"No type matching pattern returns 404":
- skip:
- version: " - 5.99.99"
+ version: " - 5.5.99"
reason: Previous versions did not 404 on missing types
- do:
indices.create:
@@ -52,7 +52,7 @@
---
"Existent and non-existent type returns 404 and the existing type":
- skip:
- version: " - 5.99.99"
+ version: " - 5.5.99"
reason: Previous versions did not 404 on missing types
- do:
indices.create:
@@ -78,7 +78,7 @@
---
"Existent and non-existent types returns 404 and the existing type":
- skip:
- version: " - 5.99.99"
+ version: " - 5.5.99"
reason: Previous versions did not 404 on missing types
- do:
indices.create: