Skip to content

Commit

Permalink
Fixed: AT5 Tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Dec 5, 2024
1 parent b454b28 commit 9d1c7c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/channel_tests/test_chn_at5.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ def test_channel_at5_main_list(self):
self.assertGreater(len(items), 5)

def test_channel_at5_show_folder(self):
url = "https://ditisdesupercooleappapi.at5.nl/api/article/p123"
self._test_folder_url(url, expected_results=10)
url = "https://ditisdesupercooleappapi.at5.nl/api/article/p450"
self._test_folder_url(url, expected_results=3)

def test_channel_at5_video_resolving(self):
url = "https://ditisdesupercooleappapi.at5.nl/api/article/p123"
items = self._test_folder_url(url, expected_results=10)
url = "https://ditisdesupercooleappapi.at5.nl/api/article/p450"
items = self._test_folder_url(url, expected_results=3)
self._test_video_url(items[0].url)

def test_channel_rtv_noord_holland_exists(self):
Expand Down

0 comments on commit 9d1c7c0

Please sign in to comment.