We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5433949 commit d89dd5eCopy full SHA for d89dd5e
unittests/test_auditlog.py
@@ -26,7 +26,7 @@ class TestAuditConfig(TestCase):
26
27
"""Test audit configuration functionality."""
28
29
- @patch("dojo.auditlog.auditlog")
+ @patch("auditlog.registry.auditlog")
30
def test_enable_django_auditlog(self, mock_auditlog):
31
"""Test that enable_django_auditlog registers models."""
32
# Mock the auditlog registry
0 commit comments