diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-12-09 19:10:57 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2016-12-09 19:11:22 +0100 |
| commit | fdf63940e8e576aee9fe5e03337d39e771f24514 (patch) | |
| tree | 84f46bdcefeb9752518042a6d10a0fcb6a0e1d04 /tests/unit/engines/test_spotify.py | |
| parent | ef2ef7974ab9bf55c5193a30544f71d8ca04f7b0 (diff) | |
[fix] tests ++ flickr error
Diffstat (limited to 'tests/unit/engines/test_spotify.py')
| -rw-r--r-- | tests/unit/engines/test_spotify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/engines/test_spotify.py b/tests/unit/engines/test_spotify.py index fd274abbd..e37c344d2 100644 --- a/tests/unit/engines/test_spotify.py +++ b/tests/unit/engines/test_spotify.py @@ -90,7 +90,7 @@ class TestSpotifyEngine(SearxTestCase): self.assertEqual(len(results), 1) self.assertEqual(results[0]['title'], 'Title of track') self.assertEqual(results[0]['url'], 'https://open.spotify.com/track/2GzvFiedqW8hgqUpWcASZa') - self.assertEqual(results[0]['content'], 'Artist Name • Album Title • Title of track') + self.assertEqual(results[0]['content'], 'Artist Name - Album Title - Title of track') self.assertIn('1000', results[0]['embedded']) json = """ |