summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/tests.py
diff options
context:
space:
mode:
authorLoic Bistuer <loic.bistuer@gmail.com>2014-10-20 18:10:53 +0700
committerLoic Bistuer <loic.bistuer@gmail.com>2014-10-22 11:27:00 +0700
commitbdb4118b1ad166e2d02f725354ca1c1021976cb5 (patch)
treea56ff89d39fa6067f4e9896c60b126e0d6343d46 /tests/admin_scripts/tests.py
parente55fc60f81ecbd5810991784f27c145edfbd35b2 (diff)
Fixed #23686 -- Tweak color output of the system check framework.
Thanks Tim Graham for the review.
Diffstat (limited to 'tests/admin_scripts/tests.py')
-rw-r--r--tests/admin_scripts/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py
index eabaf5fc15..c19fbb9019 100644
--- a/tests/admin_scripts/tests.py
+++ b/tests/admin_scripts/tests.py
@@ -1162,7 +1162,7 @@ class ManageCheck(AdminScriptTestCase):
args = ['check']
out, err = self.run_manage(args)
expected_err = (
- "CommandError: System check identified some issues:\n"
+ "SystemCheckError: System check identified some issues:\n"
"\n"
"ERRORS:\n"
"?: An error\n"