Skip to content

Commit 76ed302

Browse files
authored
Merge pull request #795 from Labelbox/fix_failed_test
adjust failing test messages
2 parents 173a1dc + 6bcd8cb commit 76ed302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_data_rows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ def test_data_row_bulk_creation_with_same_global_keys(dataset, sample_image):
699699
assert task.status == "FAILED"
700700
assert len(task.failed_data_rows) > 0
701701
assert len(list(dataset.data_rows())) == 0
702-
assert task.errors == "Import job failed"
702+
assert task.errors == "Data rows contain empty string or duplicate global keys, which are not allowed"
703703

704704
task = dataset.create_data_rows([{
705705
DataRow.row_data: sample_image,

0 commit comments

Comments
 (0)