Update failing test; include blackened files

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-12-06 11:11:00 -05:00
parent f72922ffb1
commit 5ae2335c82
4 changed files with 8 additions and 11 deletions

View File

@@ -2399,10 +2399,7 @@ def test_update_service_calls_send_notification_as_service_becomes_live(
send_notification_mock.assert_called_once_with(
service_id=restricted_service.id,
template_id="618185c6-3636-49cd-b7d2-6f6f5eb3bdde",
personalisation={
"service_name": restricted_service.name,
"message_limit": "1,000",
},
personalisation={"service_name": restricted_service.name},
include_user_fields=["name"],
)