diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-04-04 23:16:20 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-04-04 23:16:22 +0200 |
commit | a355b70f271c5eac7e3b0ad3f5381c0757a88e96 (patch) | |
tree | c50151a7782c30360031f7533b29e3bba67ef799 /test/test_playlists.py | |
parent | f8514f618607a23d7307d5faa287299b6c907030 (diff) |
[cspan] Do not test number of playlist entries
Apparently, CSpan switches between single-file and multiple-file results. Either one is fine as long as we get the full four hours.
Diffstat (limited to 'test/test_playlists.py')
-rw-r--r-- | test/test_playlists.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_playlists.py b/test/test_playlists.py index 5fb679aa1..75c6a6bbb 100644 --- a/test/test_playlists.py +++ b/test/test_playlists.py @@ -324,7 +324,6 @@ class TestPlaylists(unittest.TestCase): self.assertEqual(result['id'], '342759') self.assertEqual( result['title'], 'General Motors Ignition Switch Recall') - self.assertEqual(len(result['entries']), 9) whole_duration = sum(e['duration'] for e in result['entries']) self.assertEqual(whole_duration, 14855) |