FIX: make pylint happy after modifying tests.

This commit is contained in:
2019-11-17 12:11:50 +01:00
parent 10ce7a8869
commit 5bcc4553a6
2 changed files with 13 additions and 4 deletions

View File

@@ -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',