We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 097cf8c + b7316ed commit 2237921Copy full SHA for 2237921
1 file changed
tests/commands/test_channel_info.py
@@ -29,7 +29,7 @@ def test_filter_fields():
29
assert filtered_info == expected_result, f"Expected {expected_result}, but got {filtered_info}"
30
31
32
-def test_channel_ids_from_urls_and_usernames(mocker):
+def test_channel_ids_from_urls_and_usernames(mocker, channels_urls):
33
"""Test to verify fetching channel IDs from both URLs and usernames.
34
35
This test checks if the `execute` method of the `ChannelInfo` class correctly fetches channel IDs
0 commit comments