aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-07-23 01:43:59 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-07-23 01:44:08 +0200
commitd82ba23ba52e217c22df9ff20bf176dc6c72879a (patch)
tree8fc48cab0d99712ab3a8d23ff1fb037411d22c59 /test
parent0fd7fd71b4570c274452a59e570cb5b484a0be2f (diff)
downloadyoutube-dl-d82ba23ba52e217c22df9ff20bf176dc6c72879a.tar.xz
[soundcloud:playlist] Fix test description
Diffstat (limited to 'test')
-rw-r--r--test/test_playlists.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_playlists.py b/test/test_playlists.py
index 4789200e9..c221c47b9 100644
--- a/test/test_playlists.py
+++ b/test/test_playlists.py
@@ -154,7 +154,7 @@ class TestPlaylists(unittest.TestCase):
self.assertEqual(result['id'], '4110309')
self.assertEqual(result['title'], 'TILT Brass - Bowery Poetry Club, August \'03 [Non-Site SCR 02]')
assertRegexpMatches(
- self, result['description'], r'TILT Brass - Bowery Poetry Club')
+ self, result['description'], r'.*?TILT Brass - Bowery Poetry Club')
self.assertEqual(len(result['entries']), 6)
def test_livestream_event(self):