Skip to content

Commit

Permalink
test(channel): ✅ fix tests for api
Browse files Browse the repository at this point in the history
  • Loading branch information
MerleLiuKun committed Feb 4, 2024
1 parent 507c3e5 commit ad051fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apis/test_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def testGetChannelInfo(self) -> None:
self.assertEqual(res_by_channel_id.items[0].id, "UC_x5XG1OV2P6uZZ5FSM9Ttw")

res_by_channel_handle = self.api.get_channel_info(
for_username="googledevelopers", return_json=True
for_handle="googledevelopers", return_json=True
)
self.assertEqual(
res_by_channel_handle["items"][0]["snippet"]["customUrl"],
Expand Down

0 comments on commit ad051fe

Please sign in to comment.