From e53defb7e7dd261b602b64c362d9851f0b4808dd Mon Sep 17 00:00:00 2001 From: kkewwei Date: Thu, 19 Sep 2024 08:03:37 +0800 Subject: [PATCH] test --- .../test/index/92_flat_object_support_doc_values.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/index/92_flat_object_support_doc_values.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/index/92_flat_object_support_doc_values.yml index 67c0a33496c42..9107940354b2f 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/index/92_flat_object_support_doc_values.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/index/92_flat_object_support_doc_values.yml @@ -356,11 +356,6 @@ teardown: term: { order: "order8" } - }, - { - regexp: { - issue.labels.name: "ab.*" - } } ] } @@ -369,6 +364,7 @@ teardown: - length: { hits.hits: 1 } - match: { hits.hits.0._source.order: "order8" } + - match: { hits.hits.0._source.issue.labels.name: "abc8" } - do: search: