mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 23:26:23 -05:00
Rename DAO file
To reflect new name of feature
This commit is contained in:
@@ -5,7 +5,7 @@ from app.models import (
|
||||
EMAIL_TYPE,
|
||||
)
|
||||
|
||||
from app.dao.service_whitelist_dao import (
|
||||
from app.dao.service_guest_list_dao import (
|
||||
dao_fetch_service_guest_list,
|
||||
dao_add_and_commit_guest_list_contacts,
|
||||
dao_remove_service_guest_list
|
||||
|
||||
@@ -7,7 +7,7 @@ from notifications_utils.recipients import InvalidPhoneError
|
||||
|
||||
from app.v2.errors import BadRequestError, TooManyRequestsError
|
||||
from app.config import QueueNames
|
||||
from app.dao.service_whitelist_dao import dao_add_and_commit_guest_list_contacts
|
||||
from app.dao.service_guest_list_dao import dao_add_and_commit_guest_list_contacts
|
||||
from app.service.send_notification import send_one_off_notification
|
||||
from app.models import (
|
||||
EMAIL_TYPE,
|
||||
|
||||
@@ -8,7 +8,7 @@ from app.models import (
|
||||
ServiceGuestList,
|
||||
MOBILE_TYPE, EMAIL_TYPE)
|
||||
|
||||
from app.dao.service_whitelist_dao import dao_add_and_commit_guest_list_contacts
|
||||
from app.dao.service_guest_list_dao import dao_add_and_commit_guest_list_contacts
|
||||
|
||||
|
||||
@pytest.mark.parametrize('url_path', (
|
||||
|
||||
Reference in New Issue
Block a user