mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 15:22:24 -05:00
debug
This commit is contained in:
@@ -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)}")
|
||||
|
||||
Reference in New Issue
Block a user