diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-07-23 01:43:59 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-07-23 01:44:08 +0200 |
commit | d82ba23ba52e217c22df9ff20bf176dc6c72879a (patch) | |
tree | 8fc48cab0d99712ab3a8d23ff1fb037411d22c59 | |
parent | 0fd7fd71b4570c274452a59e570cb5b484a0be2f (diff) |
[soundcloud:playlist] Fix test description
-rw-r--r-- | test/test_playlists.py | 2 |
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): |