This commit is contained in:
Kenneth Kehl
2025-09-15 13:14:01 -07:00
parent 64c26df7cd
commit a10bca6e4a
+1
View File
@@ -279,6 +279,7 @@ def test_fuzz_create_org_with_edge_cases(
and isinstance(organization_type, OrganizationType) and isinstance(organization_type, OrganizationType)
} }
expected_status = 201 if is_valid else 400 expected_status = 201 if is_valid else 400
response = None
try: try:
response = admin_request.post( response = admin_request.post(
"organization.create_organization", "organization.create_organization",