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 93a7d75 commit 6437772Copy full SHA for 6437772
libs/labelbox/tests/integration/test_invite.py
@@ -58,7 +58,7 @@ def project_invite(client, test_project, dummy_email):
58
59
def test_get_organization_invites(client, org_invite):
60
"""Test retrieving all organization invites"""
61
-
+
62
organization = client.get_organization()
63
invites = organization.get_invites()
64
invite_list = [invite for invite in invites]
0 commit comments