Skip to content

Commit 77a7fd9

Browse files
committed
Add comment
1 parent 0d32b92 commit 77a7fd9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/lbox-matrix/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26811,6 +26811,7 @@ const core = __nccwpck_require__(8611);
2681126811
try {
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",

libs/labelbox/tests/integration/test_api_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)