mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Added --no-color args in test migration
This commit is contained in:
parent
07a3a83828
commit
22055b2b21
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ class AuditlogMigrateJsonTest(TestCase):
|
|||
def call_command(self, *args, **kwargs):
|
||||
outbuf = StringIO()
|
||||
errbuf = StringIO()
|
||||
args = ("--no-color",) + args
|
||||
call_command(
|
||||
"auditlogmigratejson", *args, stdout=outbuf, stderr=errbuf, **kwargs
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue