Got tests to use OrganizationType everywhere now.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-01-25 16:16:04 -05:00
parent b3223f84cc
commit 8907edc194
8 changed files with 53 additions and 48 deletions

View File

@@ -26,7 +26,7 @@ from app.dao.service_sms_sender_dao import (
from app.dao.services_dao import dao_add_user_to_service, dao_create_service
from app.dao.templates_dao import dao_create_template, dao_update_template
from app.dao.users_dao import save_model_user
from app.enums import KeyType, RecipientType, ServicePermissionType, TemplateType
from app.enums import KeyType, OrganizationType, RecipientType, ServicePermissionType, TemplateType
from app.models import (
AnnualBilling,
ApiKey,
@@ -107,7 +107,7 @@ def create_service(
prefix_sms=True,
message_limit=1000,
total_message_limit=250000,
organization_type="federal",
organization_type=OrganizationType.FEDERAL,
check_if_service_exists=False,
go_live_user=None,
go_live_at=None,