From 1514af505ff2474f210de007bd4b789ff56e8a2c Mon Sep 17 00:00:00 2001 From: Tokesh Date: Sun, 24 Nov 2024 04:49:39 +0500 Subject: [PATCH] fixing minor bug in scenario Signed-off-by: Tokesh --- tests/default/indices/msearch.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/default/indices/msearch.yaml b/tests/default/indices/msearch.yaml index 9d97fc6aa..ba5cd97eb 100644 --- a/tests/default/indices/msearch.yaml +++ b/tests/default/indices/msearch.yaml @@ -11,9 +11,9 @@ prologues: payload: - {create: {_index: books, _id: book1}} - {author: Harper Lee, title: To Kill a Mockingbird, year: 60} - - {create: {_index: movies, _id: movie1}} + - {create: {_index: books, _id: book2}} - {director: Bennett Miller, title: The Cruise, year: 1998} - - {create: {_index: movies, _id: movie2}} + - {create: {_index: books, _id: book3}} - {director: Nicolas Winding Refn, title: Drive, year: 1960} epilogues: - path: /books