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

@@ -7,7 +7,9 @@ from app.service.sender import send_notification_to_service_users
from tests.app.db import create_service, create_template, create_user
@pytest.mark.parametrize("notification_type", [NotificationType.EMAIL, NotificationType.SMS])
@pytest.mark.parametrize(
"notification_type", [NotificationType.EMAIL, NotificationType.SMS]
)
def test_send_notification_to_service_users_persists_notifications_correctly(
notify_service, notification_type, sample_service, mocker
):