Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Apr 16, 2024
1 parent 8773fa4 commit 24da4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esrally/driver/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2892,7 +2892,7 @@ async def __call__(self, es, params):
query = mandatory(params, "query", self)
body = params.get("body", {})
body["query"] = query
body["version"] = params.get("version", "2024.04.01.🚀")
body["version"] = params.get("version", "2024.04.01")
query_filter = params.get("filter")
if query_filter:
body["filter"] = query_filter
Expand Down

0 comments on commit 24da4dd

Please sign in to comment.