mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-08 03:38:26 -04:00
debug
This commit is contained in:
@@ -263,7 +263,7 @@ def test_fuzz_create_org_with_edge_cases(
|
|||||||
data = {
|
data = {
|
||||||
"name": name,
|
"name": name,
|
||||||
"active": active,
|
"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"DATA IS A {type(data)}")
|
||||||
current_app.logger.info(f"ORG TYPE IS A {type(org_type_serialized)}")
|
current_app.logger.info(f"ORG TYPE IS A {type(org_type_serialized)}")
|
||||||
|
|||||||
Reference in New Issue
Block a user