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 0b9f31e commit 86c7badCopy full SHA for 86c7bad
libs/labelbox/tests/integration/test_api_keys.py
@@ -238,9 +238,8 @@ def test_create_api_key_insufficient_permissions(client):
238
user_email = client.get_user().email
239
240
if client.get_user().org_role().name == "Admin":
241
-
242
- # Attempt to create another API key using the limited permissions client
243
- # This should fail due to insufficient permissions
+ # Attempt to create another API key using the limited permissions client
+ # This should fail due to insufficient permissions
244
with pytest.raises(LabelboxError) as excinfo:
245
client.create_api_key(
246
name=f"Test Key {uuid.uuid4()}",
0 commit comments