Skip to content

Commit

Permalink
fixing minor bug in scenario
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Nov 23, 2024
1 parent 7e5570b commit 1514af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/default/indices/msearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1514af5

Please sign in to comment.