mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00: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:
parent
261d86f06b
commit
5cc8302e6a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user