mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-31 11:48:51 -04:00
change year to 2026
This commit is contained in:
@@ -1009,10 +1009,14 @@ def test_get_organization_dashboard(admin_request, mocker):
|
||||
}
|
||||
}
|
||||
|
||||
mock_templates = mocker.patch("app.organization.rest.dao_get_recent_sms_template_per_service")
|
||||
mock_templates = mocker.patch(
|
||||
"app.organization.rest.dao_get_recent_sms_template_per_service"
|
||||
)
|
||||
mock_templates.return_value = {service_id: "Welcome SMS"}
|
||||
|
||||
mock_contacts = mocker.patch("app.organization.rest.dao_get_service_primary_contacts")
|
||||
mock_contacts = mocker.patch(
|
||||
"app.organization.rest.dao_get_service_primary_contacts"
|
||||
)
|
||||
mock_contacts.return_value = {service_id: "billing@example.com"}
|
||||
|
||||
response = admin_request.get(
|
||||
|
||||
Reference in New Issue
Block a user