From aa7f444cc7757971ba1e4bfa765f85a3ef1cc9ea Mon Sep 17 00:00:00 2001 From: David Turner Date: Fri, 15 Oct 2021 12:56:55 +0100 Subject: [PATCH] Fix test versions after backport of #78989 (#79237) --- .../rest-api-spec/test/cat.templates/20_matching.yml | 4 ++-- .../test/indices.get_index_template/20_get_missing.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cat.templates/20_matching.yml b/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cat.templates/20_matching.yml index 25ce0b727a90c..2540451a716a6 100644 --- a/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cat.templates/20_matching.yml +++ b/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cat.templates/20_matching.yml @@ -135,8 +135,8 @@ setup: --- "Reject request containing comma": - skip: - version: " - 7.99.99" - reason: "validation only added in 8.0.0" + version: " - 7.15.99" + reason: "validation only added in 7.16.0" - do: catch: bad_request cat.templates: diff --git a/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.get_index_template/20_get_missing.yml b/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.get_index_template/20_get_missing.yml index b162ca1cc0378..b9fa29297b48c 100644 --- a/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.get_index_template/20_get_missing.yml +++ b/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.get_index_template/20_get_missing.yml @@ -38,8 +38,8 @@ setup: --- "Reject request containing comma": - skip: - version: " - 7.99.99" - reason: "validation only added in 8.0.0" + version: " - 7.15.99" + reason: "validation only added in 7.16.0" - do: catch: bad_request indices.get_index_template: