Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Fix tests (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaminister authored Sep 15, 2021
1 parent 9c44d32 commit 3a9848d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_get_stream(self):

@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)


Expand Down

0 comments on commit 3a9848d

Please sign in to comment.