Refactor letter test

- move letter tests from test_post_notifications.py to test_post_letter_notifications.py
This commit is contained in:
Ken Tsang
2018-03-13 14:28:38 +00:00
parent 8733d84e75
commit 8e78c5f286
2 changed files with 114 additions and 11 deletions

View File

@@ -1,5 +1,4 @@
import uuid
from unittest.mock import ANY
import pytest
from freezegun import freeze_time
@@ -9,7 +8,6 @@ from app.models import (
ScheduledNotification,
EMAIL_TYPE,
NOTIFICATION_CREATED,
NOTIFICATION_PENDING_VIRUS_CHECK,
SCHEDULE_NOTIFICATIONS,
SMS_TYPE
)