From bdb4118b1ad166e2d02f725354ca1c1021976cb5 Mon Sep 17 00:00:00 2001 From: Loic Bistuer Date: Mon, 20 Oct 2014 18:10:53 +0700 Subject: Fixed #23686 -- Tweak color output of the system check framework. Thanks Tim Graham for the review. --- tests/admin_scripts/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_scripts') 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" -- cgit v1.3