This commit is contained in:
Kenneth Kehl
2025-09-15 09:25:34 -07:00
parent 42766eb038
commit 6b49adacb8

View File

@@ -263,7 +263,7 @@ def test_fuzz_create_org_with_edge_cases(
data = {
"name": name,
"active": active,
"organization_type": {org_type_serialized},
"organization_type": org_type_serialized,
}
current_app.logger.info(f"DATA IS A {type(data)}")
current_app.logger.info(f"ORG TYPE IS A {type(org_type_serialized)}")