bda.tests -- Silence syncmails in setup

This commit is contained in:
Aurélien Delobelle 2018-10-06 17:39:23 +02:00
parent ec287c8a3b
commit aac9b41442

View file

@ -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