Skip to content

Commit bc59c88

Browse files
author
Adrian Chang
committed
use labelbox domain
1 parent 0fef32e commit bc59c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/labelbox/tests/integration/test_user_management.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def test_org_invite(client, organization, environ, queries):
99
role = client.get_roles()['LABELER']
10-
dummy_email = faker.email()
10+
dummy_email = "none+{}@labelbox.com".format(faker.word())
1111
invite_limit = organization.invite_limit()
1212

1313
if environ.value == "prod":
@@ -42,7 +42,7 @@ def test_org_invite(client, organization, environ, queries):
4242
def test_project_invite(client, organization, project_pack, queries):
4343
project_1, project_2 = project_pack
4444
roles = client.get_roles()
45-
dummy_email = faker.email()
45+
dummy_email = "none+{}@labelbox.com".format(faker.word())
4646
project_role_1 = ProjectRole(project=project_1, role=roles['LABELER'])
4747
project_role_2 = ProjectRole(project=project_2, role=roles['REVIEWER'])
4848
invite = organization.invite_user(

0 commit comments

Comments
 (0)