mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 18:01:08 -05:00
Refactor letter test
- move letter tests from test_post_notifications.py to test_post_letter_notifications.py
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user