Skip to content

Commit 2237921

Browse files
committed
Merge branch 'feature/video-comments' into feature/video-livechat
2 parents 097cf8c + b7316ed commit 2237921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/commands/test_channel_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_filter_fields():
2929
assert filtered_info == expected_result, f"Expected {expected_result}, but got {filtered_info}"
3030

3131

32-
def test_channel_ids_from_urls_and_usernames(mocker):
32+
def test_channel_ids_from_urls_and_usernames(mocker, channels_urls):
3333
"""Test to verify fetching channel IDs from both URLs and usernames.
3434
3535
This test checks if the `execute` method of the `ChannelInfo` class correctly fetches channel IDs

0 commit comments

Comments
 (0)