mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 00:33:17 +00:00
Cleaned up E703 Error
Not Javascript!
This commit is contained in:
parent
b76b64ae39
commit
5b49ddb5e3
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from wagtail.tests.utils import WagtailTestUtils
|
|||
|
||||
class TestStyleGuide(TestCase, WagtailTestUtils):
|
||||
def setUp(self):
|
||||
self.login();
|
||||
self.login()
|
||||
|
||||
def test_styleguide(self):
|
||||
response = self.client.get(reverse('wagtailstyleguide'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue