Skip to content

Commit e0d9b3a

Browse files
tytalustytalus
authored andcommitted
removing error message
1 parent caec09c commit e0d9b3a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tests/integration/test_data_rows.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -636,12 +636,9 @@ def test_data_row_bulk_creation_with_same_global_keys(dataset, sample_image):
636636
assert task.status == "FAILED"
637637
assert len(task.failed_data_rows) > 0
638638
assert len(list(dataset.data_rows())) == 0
639-
errorMsg = (
640-
"Failed to create data rows after 5 retries. "
641-
"This chunk's data rows will not be imported. "
642-
"Retry by appending them to the dataset. "
643-
"Error: Data rows contain empty string or duplicate global keys, which are not allowed"
644-
)
639+
errorMsg = ("Failed to create data rows after 5 retries. "
640+
"This chunk's data rows will not be imported. "
641+
"Retry by appending them to the dataset.")
645642
assert task.errors == errorMsg
646643

647644
task = dataset.create_data_rows([{

0 commit comments

Comments
 (0)