mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Use new API endpoint for scheduled job stats
Depends on: - [ ] https://github.com/alphagov/notifications-api/pull/2984
This commit is contained in:
@@ -143,7 +143,7 @@ def test_accepting_invite_removes_invite_from_session(
|
||||
mock_accept_invite,
|
||||
mock_get_service_templates,
|
||||
mock_get_template_statistics,
|
||||
mock_get_jobs,
|
||||
mock_has_no_jobs,
|
||||
mock_get_service_statistics,
|
||||
mock_get_template_folders,
|
||||
mock_get_usage,
|
||||
@@ -503,7 +503,7 @@ def test_new_invited_user_verifies_and_added_to_service(
|
||||
mock_get_service,
|
||||
mock_get_service_templates,
|
||||
mock_get_template_statistics,
|
||||
mock_get_jobs,
|
||||
mock_has_no_jobs,
|
||||
mock_has_permissions,
|
||||
mock_get_users_by_service,
|
||||
mock_get_service_statistics,
|
||||
|
||||
Reference in New Issue
Block a user