|
@@ -94,7 +94,7 @@ class TestGeniusEngine(SearxTestCase):
|
94
|
94
|
"_type": "song",
|
95
|
95
|
"annotation_count": 45,
|
96
|
96
|
"api_path": "/songs/52916",
|
97
|
|
- "full_title": "J't'emmerde by MC Jean Gab'1",
|
|
97
|
+ "full_title": "J't'emmerde by MC Jean Gab'1",
|
98
|
98
|
"header_image_thumbnail_url": "https://images.genius.com/xxx.300x300x1.jpg",
|
99
|
99
|
"header_image_url": "https://images.genius.com/ef9f736a86df3c3b1772f3fb7fbdb21c.1000x1000x1.jpg",
|
100
|
100
|
"id": 52916,
|
|
@@ -207,7 +207,7 @@ class TestGeniusEngine(SearxTestCase):
|
207
|
207
|
# check lyric parsing
|
208
|
208
|
r = results[0]
|
209
|
209
|
self.assertEqual(r['url'], 'https://genius.com/Mc-jean-gab1-jtemmerde-lyrics')
|
210
|
|
- self.assertEqual(r['title'], "J't'emmerde by MC Jean Gab'1")
|
|
210
|
+ self.assertEqual(r['title'], "J't'emmerde by MC Jean Gab'1")
|
211
|
211
|
self.assertEqual(r['content'], "Sample lyrics")
|
212
|
212
|
self.assertEqual(r['template'], 'videos.html')
|
213
|
213
|
self.assertEqual(r['thumbnail'], 'https://images.genius.com/xxx.300x300x1.jpg')
|