mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
debug
This commit is contained in:
@@ -293,9 +293,9 @@ def test_fuzz_create_org_with_edge_cases(
|
|||||||
assert len(_get_organizations()) == initial_count
|
assert len(_get_organizations()) == initial_count
|
||||||
except AssertionError:
|
except AssertionError:
|
||||||
if is_valid:
|
if is_valid:
|
||||||
pytest.fail(f"Expected success but got error. Data: {data}")
|
pytest.fail(f"Expected success but got error. Data: {data} {response}")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pytest.fail(f"Unexpected error durring fuzz test: {e} {data}")
|
pytest.fail(f"Unexpected error durring fuzz test: {e} {data} {response}")
|
||||||
|
|
||||||
inner()
|
inner()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user