Skip to content

Commit

Permalink
Fixed: SVT tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Oct 8, 2023
1 parent 24646bc commit 025af0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/channel_tests/test_chn_svt.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_recent_listing(self):
self._test_folder_url(url, expected_results=10)

def test_api_video_update(self):
url = "https://api.svt.se/videoplayer-api/video/e2DDJzo"
url = "https://api.svt.se/videoplayer-api/video/K5RLm5g"
item = self._test_video_url(url)
self.assertIsNotNone(item)

Expand Down

0 comments on commit 025af0f

Please sign in to comment.