diff options
| author | Loic Bistuer <loic.bistuer@gmail.com> | 2014-10-20 18:10:53 +0700 |
|---|---|---|
| committer | Loic Bistuer <loic.bistuer@gmail.com> | 2014-10-22 11:27:00 +0700 |
| commit | bdb4118b1ad166e2d02f725354ca1c1021976cb5 (patch) | |
| tree | a56ff89d39fa6067f4e9896c60b126e0d6343d46 /tests/admin_scripts/tests.py | |
| parent | e55fc60f81ecbd5810991784f27c145edfbd35b2 (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.py | 2 |
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" |
