String cleanup complete.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-02-21 14:50:36 -05:00
parent 7083db9351
commit 06d1e0236f
15 changed files with 67 additions and 54 deletions

View File

@@ -580,7 +580,7 @@ def test_post_link_service_to_organization(admin_request, sample_service):
_expected_status=204,
)
assert len(organization.services) == 1
assert sample_service.organization_type == "federal"
assert sample_service.organization_type == OrganizationType.FEDERAL
@freeze_time("2021-09-24 13:30")