mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
refactor
This commit is contained in:
@@ -1565,7 +1565,7 @@ def test_organization_dashboard_shows_service_counts(
|
|||||||
active_user_with_permissions,
|
active_user_with_permissions,
|
||||||
):
|
):
|
||||||
mocker.patch(
|
mocker.patch(
|
||||||
"app.service_api_client.get_organization_message_usage",
|
"app.organizations_client.get_organization_message_usage",
|
||||||
return_value={
|
return_value={
|
||||||
"messages_sent": 0,
|
"messages_sent": 0,
|
||||||
"messages_remaining": 0,
|
"messages_remaining": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user