Formatting goodness.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-01-18 10:27:31 -05:00
parent df866e40f7
commit df10c4693c
18 changed files with 110 additions and 46 deletions

View File

@@ -761,7 +761,11 @@ def test_post_sms_notification_returns_400_if_number_not_in_guest_list(
notify_db_session, client, restricted
):
service = create_service(
restricted=restricted, service_permissions=[ServicePermissionType.SMS, ServicePermissionType.INTERNATIONAL_SMS]
restricted=restricted,
service_permissions=[
ServicePermissionType.SMS,
ServicePermissionType.INTERNATIONAL_SMS,
],
)
template = create_template(service=service)
create_api_key(service=service, key_type="team")