We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be02dc9 commit bfbfd48Copy full SHA for bfbfd48
tests/test_loader.py
@@ -152,7 +152,7 @@ def test_raise_timeout_exception_if_timeout_happens_when_loading_from_uri():
152
153
154
def test_windows_paths():
155
- file_path = "C:\\HLS Video\test.m3ui8"
+ file_path = "C:\\HLS Video\test.m3u8"
156
with unittest.mock.patch("builtins.open") as mock_open:
157
mock_open.return_value.__enter__.return_value.read.return_value = (
158
playlists.WINDOWS_PLAYLIST
0 commit comments