mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 18:38:14 -04:00
debug
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user