Skip to content

Commit 86a81b1

Browse files
committed
fix error in test
1 parent 6d653fa commit 86a81b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/labelbox/tests/integration/schema/test_user_group.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,10 @@ def test_create_user_group_advanced(client, project_pack):
179179
# This is expected behavior for some users
180180
assert (
181181
"Cannot create user group" in creation_error
182+
or "Failed to create user group" in creation_error
182183
or "admin" in creation_error.lower()
184+
or "workspace wide role" in creation_error.lower()
185+
or "conflicts with the group role" in creation_error.lower()
183186
)
184187

185188

0 commit comments

Comments
 (0)