Merge pull request #59 from GSA/stvnrlly-update-form-flow

Update services for post-sign-up tour
This commit is contained in:
Steven Reilly
2022-10-17 09:43:32 -04:00
committed by GitHub
17 changed files with 158 additions and 325 deletions

View File

@@ -13,7 +13,7 @@ def test_organisation_type_when_services_organisation_has_no_org_type(mocker, se
mocker.patch('app.organisations_client.get_organisation', return_value=org)
assert not org['organisation_type']
assert service.organisation_type == 'central'
assert service.organisation_type == 'federal'
def test_organisation_type_when_service_and_its_org_both_have_an_org_type(mocker, service_one):