mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Fix flaky hls keepalive test (#47186)
Remove a call to stream.start() which is issued before the test is fully setup (e.g. keepalive is not set to True, and mock calls are not registered)
This commit is contained in:
@@ -229,7 +229,6 @@ async def test_stream_keepalive(hass):
|
||||
stream = create_stream(hass, source)
|
||||
track = stream.add_provider("hls")
|
||||
track.num_segments = 2
|
||||
stream.start()
|
||||
|
||||
cur_time = 0
|
||||
|
||||
|
Reference in New Issue
Block a user