mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Fix flaky test
This commit is contained in:
parent
ea4b714343
commit
f4d0643b07
@ -128,7 +128,7 @@ def test_videos(runner: CliRunner):
|
||||
assert_ok(result)
|
||||
|
||||
assert video["id"] in result.stdout
|
||||
assert video["title"] in result.stdout
|
||||
assert video["title"][:60] in result.stdout
|
||||
|
||||
|
||||
def test_videos_channel_not_found(runner: CliRunner):
|
||||
|
Loading…
Reference in New Issue
Block a user