mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 07:46:06 -04:00
ugh
This commit is contained in:
@@ -247,7 +247,7 @@ def test_fuzz_create_org_with_edge_cases(admin_request, notify_db_session):
|
|||||||
# We want to avoid replays, because once an organization is created, replaying will result in a
|
# We want to avoid replays, because once an organization is created, replaying will result in a
|
||||||
# duplicate error on our side. Unfortunately, to avoid replays in hypothesis is hard!
|
# duplicate error on our side. Unfortunately, to avoid replays in hypothesis is hard!
|
||||||
@settings(
|
@settings(
|
||||||
max_examples=100,
|
max_examples=10,
|
||||||
database=None,
|
database=None,
|
||||||
)
|
)
|
||||||
@given(
|
@given(
|
||||||
|
|||||||
Reference in New Issue
Block a user