From 9d4c2644b4af4b65eb6a2accc29b9b64dd43d09b Mon Sep 17 00:00:00 2001 From: mediaminister <45148099+mediaminister@users.noreply.github.com> Date: Wed, 21 Apr 2021 13:18:47 +0200 Subject: [PATCH] Fix tests (#877) --- tests/test_streamservice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_streamservice.py b/tests/test_streamservice.py index 14347c0b..30d934be 100644 --- a/tests/test_streamservice.py +++ b/tests/test_streamservice.py @@ -66,7 +66,7 @@ def test_get_ondemand_stream_from_invalid_videoid(self): @unittest.skipUnless(addon.settings.get('password'), 'Skipping as VRT password is missing.') def test_get_ondemand_stream_from_url_gets_stream_does_not_crash(self): """Test getting stream from URL does not crash""" - video = dict(video_url=yesterday.strftime('https://www.vrt.be/vrtnu/a-z/het-journaal/%Y/het-journaal-het-journaal-laat-%Y%m%d/'), + video = dict(video_url=yesterday.strftime('https://www.vrt.be/vrtnu/a-z/het-journaal/%Y/het-journaal-het-journaal-19u-%Y%m%d/'), video_id=None, publication_id=None) stream = self._streamservice.get_stream(video)