From a2026e8df3f1ffbd9dca643bf78738e6506fd533 Mon Sep 17 00:00:00 2001 From: Tokesh Date: Sun, 15 Dec 2024 23:55:51 +0500 Subject: [PATCH] renaming folder and lint fix Signed-off-by: Tokesh --- tests/default/indices/mtermvectors.yaml | 8 ++++---- .../indices/{term_vectors.yaml => termvectors.yaml} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename tests/default/indices/{term_vectors.yaml => termvectors.yaml} (100%) diff --git a/tests/default/indices/mtermvectors.yaml b/tests/default/indices/mtermvectors.yaml index 6db843c09..1455e7007 100644 --- a/tests/default/indices/mtermvectors.yaml +++ b/tests/default/indices/mtermvectors.yaml @@ -40,8 +40,8 @@ chapters: request: payload: docs: - - _id: "book1" - - _id: "book2" + - _id: book1 + - _id: book2 response: status: 200 @@ -53,7 +53,7 @@ chapters: request: payload: docs: - - _id: "book1" - - _id: "book2" + - _id: book1 + - _id: book2 response: status: 200 diff --git a/tests/default/indices/term_vectors.yaml b/tests/default/indices/termvectors.yaml similarity index 100% rename from tests/default/indices/term_vectors.yaml rename to tests/default/indices/termvectors.yaml