mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-01 12:19:47 -04:00
Rename model to AllOrganisations
This makes it clearer that this model collection isn’t the organisations for a user or a service or some other entity, like most model collections are. It will also lets us make a separate Organisations model, without the name conflicting.
This commit is contained in:
@@ -3119,7 +3119,7 @@ def mock_get_organisations(mocker):
|
||||
]
|
||||
|
||||
mocker.patch(
|
||||
'app.models.organisation.Organisations.client_method',
|
||||
'app.models.organisation.AllOrganisations.client_method',
|
||||
side_effect=_get_organisations,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user