File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
.github/actions/lbox-matrix
libs/labelbox/tests/integration Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26811,6 +26811,7 @@ const core = __nccwpck_require__(8611);
2681126811try {
2681226812 const files = JSON.parse(core.getInput('files-changed'));
2681326813 const startingMatrix = [
26814+ // To be updated with the new API keys
2681426815 {
2681526816 "python-version": "3.9",
2681626817 "api-key": "STAGING_LABELBOX_API_KEY_3",
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def test_create_api_key_failed(client):
5555 client .create_api_key (
5656 name = f"Test Key { uuid .uuid4 ()} " ,
5757 user = client .get_user ().email ,
58- role = "LABELER" , # This string should fail since role strings are case sensitive
58+ role = "LABELER" , # This string should fail because role strings are case sensitive
5959 validity = 5 ,
6060 time_unit = TimeUnit .MINUTE ,
6161 )
You can’t perform that action at this time.
0 commit comments