From f6fdcd5607ad884bcb01261f958e6ac863bd1892 Mon Sep 17 00:00:00 2001 From: dblock Date: Wed, 26 Jun 2024 17:38:30 -0400 Subject: [PATCH] Removed an unevaluate property. Signed-off-by: dblock --- tests/cat/indices.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/cat/indices.yaml b/tests/cat/indices.yaml index f1a14b422..ad5072424 100644 --- a/tests/cat/indices.yaml +++ b/tests/cat/indices.yaml @@ -2,8 +2,7 @@ $schema: ../../json_schemas/test_story.schema.yaml description: Test cat/indices endpoints. prologues: - - synopsis: Create an index named `books` with mappings and settings. - path: /{index} + - path: /{index} method: PUT parameters: index: books