Skip to content

Commit d89dd5e

Browse files
ruff
1 parent 5433949 commit d89dd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/test_auditlog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class TestAuditConfig(TestCase):
2626

2727
"""Test audit configuration functionality."""
2828

29-
@patch("dojo.auditlog.auditlog")
29+
@patch("auditlog.registry.auditlog")
3030
def test_enable_django_auditlog(self, mock_auditlog):
3131
"""Test that enable_django_auditlog registers models."""
3232
# Mock the auditlog registry

0 commit comments

Comments
 (0)