mirror of
https://github.com/django/django.git
synced 2025-04-19 06:44:36 +00:00
fix linters
This commit is contained in:
parent
e7d23bf59f
commit
eee0557112
@ -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):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user