Fix tests (#94)

This commit is contained in:
mediaminister 2021-09-15 16:28:47 +02:00 committed by GitHub
parent 9c44d323e6
commit 3a9848d0f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ class TestApi(unittest.TestCase):
@unittest.skipUnless(kodiutils.get_setting('username') and kodiutils.get_setting('password'), 'Skipping since we have no credentials.')
def test_get_drm_stream(self):
resolved_stream = self._api.get_stream_by_uuid('70766033-11b6-436a-8323-d93f9d97c1d7') # NCIS 18x4
resolved_stream = self._api.get_stream_by_uuid('c6c67b09-8068-4121-8030-8708735f1429') # NCIS 18x10
self.assertIsInstance(resolved_stream, ResolvedStream)