Fix lint
This commit is contained in:
parent
4298a5f8da
commit
1dc3947d4e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ class CorePagesTestCase(TestCase):
|
|||
content = self.client.get('.404.html')
|
||||
self.assertTitle(content, '404')
|
||||
|
||||
|
||||
class CommonPagesTestCase(TestCase):
|
||||
def test_has_scripts(self):
|
||||
content = self.client.get('index.html')
|
||||
|
|
Reference in a new issue