FIX: make pylint happy after modifying tests.
This commit is contained in:
@@ -191,6 +191,7 @@ class DjangoProjectTestCase(DjangoDeployTestCase):
|
||||
('URLResolver', '^app2/', 'django_deploy.tests.fake_app2.urls'),
|
||||
]
|
||||
self.assert_urlpatterns(project_dir, expected_urlpatterns)
|
||||
|
||||
installed_apps = [
|
||||
'django_deploy.tests.fake_app1',
|
||||
'django_deploy.tests.fake_app2',
|
||||
|
||||
Reference in New Issue
Block a user