forked from DGNum/gestioCOF
bda.tests -- Silence syncmails in setup
This commit is contained in:
parent
ec287c8a3b
commit
aac9b41442
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class BdATestHelpers:
|
||||||
def require_custommails(self):
|
def require_custommails(self):
|
||||||
from django.core.management import call_command
|
from django.core.management import call_command
|
||||||
|
|
||||||
call_command("syncmails")
|
call_command("syncmails", verbosity=0)
|
||||||
|
|
||||||
def check_restricted_access(
|
def check_restricted_access(
|
||||||
self, url, validate_user=user_is_cof, redirect_url=None
|
self, url, validate_user=user_is_cof, redirect_url=None
|
||||||
|
|
Loading…
Reference in a new issue