diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py index 2642a1274b..f18b59f226 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -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): """