diff options
Diffstat (limited to 'tests/admin_scripts')
| -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" |
