Fix tests
This commit is contained in:
@@ -14,14 +14,14 @@ class CreateMetaTemplateTagTest(TestCase):
|
||||
def test_has_tags(self):
|
||||
"""Must contains the tags in HTML"""
|
||||
tags = [
|
||||
'<link rel="apple-touch-icon" href="/images/icons/icon-72x72.png" sizes="72x72">',
|
||||
'<link rel="apple-touch-icon" href="/images/icons/icon-96x96.png" sizes="96x96">',
|
||||
'<link rel="apple-touch-icon" href="/images/icons/icon-128x128.png" sizes="128x128">',
|
||||
'<link rel="apple-touch-icon" href="/images/icons/icon-144x144.png" sizes="144x144">',
|
||||
'<link rel="apple-touch-icon" href="/images/icons/icon-152x152.png" sizes="152x152">',
|
||||
'<link rel="apple-touch-icon" href="/images/icons/icon-192x192.png" sizes="192x192">',
|
||||
'<link rel="apple-touch-icon" href="/images/icons/icon-384x384.png" sizes="384x384">',
|
||||
'<link rel="apple-touch-icon" href="/images/icons/icon-512x512.png" sizes="512x512">',
|
||||
'<link rel="apple-touch-icon" href="/static/images/icons/icon-72x72.png" sizes="72x72">',
|
||||
'<link rel="apple-touch-icon" href="/static/images/icons/icon-96x96.png" sizes="96x96">',
|
||||
'<link rel="apple-touch-icon" href="/static/images/icons/icon-128x128.png" sizes="128x128">',
|
||||
'<link rel="apple-touch-icon" href="/static/images/icons/icon-144x144.png" sizes="144x144">',
|
||||
'<link rel="apple-touch-icon" href="/static/images/icons/icon-152x152.png" sizes="152x152">',
|
||||
'<link rel="apple-touch-icon" href="/static/images/icons/icon-192x192.png" sizes="192x192">',
|
||||
'<link rel="apple-touch-icon" href="/static/images/icons/icon-384x384.png" sizes="384x384">',
|
||||
'<link rel="apple-touch-icon" href="/static/images/icons/icon-512x512.png" sizes="512x512">',
|
||||
'<link rel="manifest" href="/manifest.json">',
|
||||
'<meta name="theme-color" content="#000">',
|
||||
'<meta name="apple-mobile-web-app-capable" content="yes">',
|
||||
|
||||
Reference in New Issue
Block a user