remove print

This commit is contained in:
wh1te909
2021-02-22 08:45:57 +00:00
parent 23119b55d1
commit 3c300d8fdf

View File

@@ -654,9 +654,6 @@ class TestAlertTasks(TacticalTestCase):
agent_outages_task()
print(outage_sms.call_count)
print(outage_email.call_count)
outage_sms.assert_any_call(
pk=Alert.objects.get(agent=agent_template_text).pk, alert_interval=5
)