From aac9b41442a06a9f91a1176b1ef4ba4807b3eab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delobelle?= Date: Sat, 6 Oct 2018 17:39:23 +0200 Subject: [PATCH] bda.tests -- Silence syncmails in setup --- bda/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bda/tests/test_views.py b/bda/tests/test_views.py index 8bd5b462..4f906f82 100644 --- a/bda/tests/test_views.py +++ b/bda/tests/test_views.py @@ -51,7 +51,7 @@ class BdATestHelpers: def require_custommails(self): from django.core.management import call_command - call_command("syncmails") + call_command("syncmails", verbosity=0) def check_restricted_access( self, url, validate_user=user_is_cof, redirect_url=None