Fixes openlibrary test and navbar hover aria unfurl

This commit is contained in:
Mouse Reeve
2021-01-03 14:41:10 -08:00
parent eec3e6c4b4
commit 6668f54889
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ class Openlibrary(TestCase):
blob = ['image']
result = self.connector.get_cover_url(blob)
self.assertEqual(
result, 'https://covers.openlibrary.org/b/id/image-M.jpg')
result, 'https://covers.openlibrary.org/b/id/image-L.jpg')
def test_parse_search_result(self):
''' extract the results from the search json response '''