http -> https
This commit is contained in:
parent
52636b6764
commit
cb1f760731
3 changed files with 3 additions and 3 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue