Skip to content

Commit

Permalink
Fixed: Channel 9 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Feb 15, 2024
1 parent f7b6bb4 commit 00b7b86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/channel_tests/test_chn_channel9.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def test_update_video_relative(self):
self.assertTrue(stream.Url.startswith("http"))

def test_video_list_with_episodes(self):
url = "https://docs.microsoft.com/api/hierarchy/shows/xamarin-101/episodes?page=0&locale=en-us&pageSize=30&orderBy=uploaddate%20desc"
url = "https://docs.microsoft.com/api/hierarchy/shows/visual-studio-toolbox/episodes?page=0&locale=en-us&pageSize=30&orderBy=uploaddate%20desc"
# https://learn.microsoft.com/api/contentbrowser/search/shows/visual-studio-toolbox/episodes?locale=en-us&facet=products&facet=levels&facet=roles&facet=languages&%24orderBy=upload_date%20desc&%24top=30&fuzzySearch=false
items = self._test_folder_url(url, expected_results=5)
for item in items:
self.assertIsNotNone(item.season)
Expand Down

0 comments on commit 00b7b86

Please sign in to comment.