mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-05 16:48:31 -04:00
debug
This commit is contained in:
@@ -2,6 +2,7 @@ import uuid
|
|||||||
from unittest.mock import Mock
|
from unittest.mock import Mock
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
from flask import current_app
|
||||||
from freezegun import freeze_time
|
from freezegun import freeze_time
|
||||||
from hypothesis import given
|
from hypothesis import given
|
||||||
from hypothesis import strategies as st
|
from hypothesis import strategies as st
|
||||||
@@ -264,6 +265,10 @@ def test_fuzz_create_org_with_edge_cases(
|
|||||||
"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"ORG TYPE IS A {type(org_type_serialized)}")
|
||||||
|
|
||||||
|
assert data == "FOO"
|
||||||
try:
|
try:
|
||||||
response = admin_request.post(
|
response = admin_request.post(
|
||||||
"organization.create_organization", _data=data, _expected_status=None
|
"organization.create_organization", _data=data, _expected_status=None
|
||||||
|
|||||||
Reference in New Issue
Block a user