From 3bdb6143b2ddb573f13cb5c81fa538ba0b7b5a75 Mon Sep 17 00:00:00 2001 From: Guilouf Date: Thu, 26 Dec 2024 14:05:14 +0100 Subject: [PATCH] test action --- lemarche/users/tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lemarche/users/tests.py b/lemarche/users/tests.py index 12cb0090d..e8ebcb5f2 100644 --- a/lemarche/users/tests.py +++ b/lemarche/users/tests.py @@ -309,3 +309,5 @@ def test_dryrun_warn_command(self): call_command("anonymize_old_users", dry_run=True, stdout=self.std_out) self.assertFalse(TemplateTransactionalSendLog.objects.all()) + + # test push