mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
fix linters
This commit is contained in:
@@ -877,7 +877,7 @@ class ManageNoSettings(AdminScriptTestCase):
|
||||
args = ["runserver", "--settings=bad_settings", "--nostatic"]
|
||||
out, err = self.run_manage(args)
|
||||
self.assertNoOutput(out)
|
||||
self.assertOutput(err, 'Settings module bad_settings could not be imported')
|
||||
self.assertOutput(err, "Settings module bad_settings could not be imported")
|
||||
|
||||
def test_builtin_with_bad_environment(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user