We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998585d commit bbd7485Copy full SHA for bbd7485
services/invitations/tests/unit/api/test_api_invitations.py
@@ -23,7 +23,7 @@
23
24
25
@settings(suppress_health_check=[HealthCheck.function_scoped_fixture])
26
-@given(invitation_input=st.builds(InvitationInputs))
+@given(invitation_input=st.builds(InvitationInputs, guest=st.emails()))
27
def test_create_invitation(
28
invitation_input: InvitationInputs,
29
client: TestClient,
0 commit comments