Change: enable auditlog by default, fix import / export (#6267)

This commit is contained in:
shamoon
2024-04-04 11:51:15 -07:00
committed by GitHub
parent 00b04c2e86
commit 0f8b2e69c9
7 changed files with 47 additions and 16 deletions

View File

@@ -259,9 +259,6 @@ class TestAuditLogChecks(TestCase):
msg = msgs[0]
self.assertIn(
(
"auditlog table was found but PAPERLESS_AUDIT_LOG_ENABLED"
" is not active."
),
("auditlog table was found but audit log is disabled."),
msg.msg,
)