http -> https

This commit is contained in:
hugovk 2017-10-24 00:11:49 +03:00
parent 52636b6764
commit cb1f760731
3 changed files with 3 additions and 3 deletions

View file

@ -213,7 +213,7 @@ class TestPyLastArtist(PyLastTestCase):
name_cap = artist1.get_name(properly_capitalized=True)
# Assert
self.assertIn("http", image)
self.assertIn("https", image)
self.assertGreater(playcount, 1)
self.assertTrue(artist1 != artist2)
self.assertEqual(name.lower(), name_cap.lower())