Skip to content

Commit d757136

Browse files
committed
Fix data stream creation refresh
1 parent 1afa78a commit d757136

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ async def reindex_data_stream_setup(async_client):
10241024
"data_stream": {},
10251025
},
10261026
)
1027-
await async_client.indices.create_data_stream(name="py-test-stream", refresh=True)
1027+
await async_client.indices.create_data_stream(name="py-test-stream")
10281028
yield
10291029

10301030

0 commit comments

Comments
 (0)