Skip to content

Commit

Permalink
Fixed: NPO tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Dec 30, 2023
1 parent b47dc00 commit 49c5952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/channel_tests/test_chn_nos2010.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_series_recent_episodes_via_guid(self):
self._test_folder_url("https://npo.nl/start/api/domain/programs-by-series?seriesGuid=b89e4e01-5966-4d26-ba7d-b5e1eae45362&limit=20&sort=-firstBroadcastDate", 4)

def test_series_with_single_season(self):
self._test_folder_url("https://npo.nl/start/api/domain/series-seasons?slug=carmen-curlers&type=timeless_series", expected_results=2)
self._test_folder_url("https://npo.nl/start/api/domain/series-seasons?slug=the-ex-wife&type=timeless_series", expected_results=2)

def test_trending(self):
self._test_folder_url("https://npo.nl/start/api/domain/recommendation-collection?key=trending-anonymous-v0", 10)
Expand Down

0 comments on commit 49c5952

Please sign in to comment.