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