Merge branch 'jazzband:master' into remote-port

This commit is contained in:
Cleiton de Lima 2024-10-07 10:48:23 -03:00 committed by GitHub
commit 350b55a2df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
)