testing coverage exludes

This commit is contained in:
wh1te909 2022-04-10 20:26:00 +00:00
parent aa6997990c
commit 2fe0b5b90d
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ from tacticalrmm.models import PermissionQuerySet
from core.utils import get_core_settings
if TYPE_CHECKING:
from alerts.models import Alert, AlertTemplate
from automation.models import Policy
from alerts.models import Alert, AlertTemplate # pragma: no cover
from automation.models import Policy # pragma: no cover
CHECK_TYPE_CHOICES = [
("diskspace", "Disk Space Check"),