mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
bdaa1c780a
commit
4035830765
1 changed files with 0 additions and 1 deletions
|
|
@ -2447,7 +2447,6 @@ class SignalTests(TestCase):
|
|||
|
||||
self.assertEqual(LogEntry.objects.count(), log_count)
|
||||
|
||||
|
||||
def test_custom_signals_update(self):
|
||||
def pre_log_receiver(sender, instance, action, **_kwargs):
|
||||
self.my_pre_log_data["is_called"] = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue