Skip to content

Commit 2956fd2

Browse files
committed
Fix lint
1 parent 328f418 commit 2956fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_elasticsearch_serverless/test_async/test_server/test_helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async def test_all_errors_from_chunk_are_raised_on_failure(self, async_client):
125125
await async_client.indices.create(
126126
index="i",
127127
mappings={"properties": {"a": {"type": "integer"}}},
128-
wait_for_active_shards="all"
128+
wait_for_active_shards="all",
129129
)
130130

131131
try:

0 commit comments

Comments
 (0)