Skip to content

Commit 1b337ed

Browse files
authored
Fix data stream creation refresh (#47)
1 parent b5f9787 commit 1b337ed

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
@@ -1022,7 +1022,7 @@ async def reindex_data_stream_setup(async_client):
10221022
"data_stream": {},
10231023
},
10241024
)
1025-
await async_client.indices.create_data_stream(name="py-test-stream", refresh=True)
1025+
await async_client.indices.create_data_stream(name="py-test-stream")
10261026
yield
10271027

10281028

0 commit comments

Comments
 (0)