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 92d7a94 commit d0e87e5Copy full SHA for d0e87e5
libs/labelbox/tests/integration/test_api_keys.py
@@ -228,6 +228,7 @@ def test_create_api_key_invalid_time_unit(client):
228
)
229
assert "valid TimeUnit" in str(excinfo.value)
230
231
+
232
@pytest.mark.skipif(
233
condition=os.environ["LABELBOX_TEST_ENVIRON"] == "prod",
234
reason="Accounts with sdmin permission can create API keys",
0 commit comments