mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-30 11:18:54 -04:00
debug
This commit is contained in:
@@ -263,7 +263,10 @@ def test_fuzz_create_org_with_edge_cases(
|
||||
initial_count = len(existing)
|
||||
# We are doing this so replays don't generate inconsistent results,
|
||||
# resulting in a FlakyFailure
|
||||
name += str(uuid.uuid4())
|
||||
if name:
|
||||
name += str(uuid.uuid4())
|
||||
else:
|
||||
name = str(uuid.uuid4())
|
||||
data = {
|
||||
"name": name,
|
||||
"active": active,
|
||||
|
||||
Reference in New Issue
Block a user