Skip to content

Commit 471b926

Browse files
Merge pull request #769 from Labelbox/kkim/fix-test-batch
[AL-0] Fix test_batch to use invalid URL
2 parents 802ec0e + d95349c commit 471b926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def dataset_with_invalid_data_rows(unique_dataset: Dataset):
4141
def upload_invalid_data_rows_for_dataset(dataset: Dataset):
4242
task = dataset.create_data_rows([
4343
{
44-
"row_data": 'gs://lb-test-private/mask-2.png', # forbidden
44+
"row_data": 'gs://invalid-bucket/example.png', # forbidden
4545
"external_id": "image-without-access.jpg"
4646
},
4747
] * 2)

0 commit comments

Comments
 (0)