Skip to content

Commit

Permalink
Fin linter v2
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioalvap committed Jun 13, 2024
1 parent ca4ff05 commit f5a61f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testcontainers/es.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ def create_data_stream(self, **kwargs: Any) -> dict[str, Any]:
if "index" in kwargs:
self._index_indices.add(kwargs["index"])

return self.es_client.indices.create_data_stream(kwargs["index"])
return self.es_client.indices.create_data_stream(**kwargs)

0 comments on commit f5a61f1

Please sign in to comment.