diff options
Diffstat (limited to 'tests/admin_scripts/tests.py')
| -rw-r--r-- | tests/admin_scripts/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py index aad05220ed..a272fced74 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -1558,7 +1558,7 @@ class ManageCheck(AdminScriptTestCase): args = ["check"] out, err = self.run_manage(args) expected_err = ( - "System check identified some issues:\n" # No "CommandError: " part + "System check identified some issues:\n" # No "CommandError: " "\n" "WARNINGS:\n" "?: A warning\n" |
