mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-23 09:29:14 -04:00
Work in progress, all tests passing and implemented mocks for services_dao.
This commit is contained in:
@@ -124,5 +124,4 @@ def mock_get_services(mocker, active_user):
|
||||
return {'data': [service_one, service_two]}
|
||||
mock_class = mocker.patch(
|
||||
'app.notifications_api_client.get_services', side_effect=_create)
|
||||
return mock_class
|
||||
|
||||
return mock_class
|
||||
|
||||
Reference in New Issue
Block a user