Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/test_stream_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ async def test_new_client_displaces_previous_stream():

async def test_flac_codec_selects_flac_params_and_mime():
handler, ruark = make_handler()
# Фейковая команда: на CI-раннере нет ffmpeg
set_params(handler, ["sleep", "30"])

await handler.play_stream(
"http://example/track.flac", codec="flac", title="Т", artist="А"
Expand Down
Loading