Fix flaky test

This commit is contained in:
Ivan Habunek 2024-04-24 14:41:48 +02:00
parent ea4b714343
commit f4d0643b07
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D

View File

@ -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):