mirror of
https://github.com/django/django.git
synced 2025-11-02 21:03:53 +00:00
Fixed #23686 -- Tweak color output of the system check framework.
Thanks Tim Graham for the review.
This commit is contained in:
parent
e55fc60f81
commit
bdb4118b1a
2 changed files with 33 additions and 16 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue