From bcd9fb7b251c9b199c0c2171185effcc65c7db40 Mon Sep 17 00:00:00 2001 From: "gesong.samuel" Date: Wed, 11 Sep 2024 10:44:06 +0800 Subject: [PATCH] fix YAML test Signed-off-by: gesong.samuel --- .../test/search/270_wildcard_fieldtype_queries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/search/270_wildcard_fieldtype_queries.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/search/270_wildcard_fieldtype_queries.yml index 404d3a77c48c5..d92538824232d 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/search/270_wildcard_fieldtype_queries.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/search/270_wildcard_fieldtype_queries.yml @@ -98,7 +98,7 @@ setup: my_field.lower: "abcd" - match: { hits.total.value: 2 } - match: { hits.hits.0._id: "5" } - - match: { hits.hits.0._id: "7" } + - match: { hits.hits.1._id: "7" } - do: search: