Skip to content

Commit bbd7485

Browse files
fix guest email strategy
1 parent 998585d commit bbd7485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/invitations/tests/unit/api/test_api_invitations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
@settings(suppress_health_check=[HealthCheck.function_scoped_fixture])
26-
@given(invitation_input=st.builds(InvitationInputs))
26+
@given(invitation_input=st.builds(InvitationInputs, guest=st.emails()))
2727
def test_create_invitation(
2828
invitation_input: InvitationInputs,
2929
client: TestClient,

0 commit comments

Comments
 (0)