Skip to content

Commit 79b7a71

Browse files
committed
add test case on limitation
1 parent 47fa1ae commit 79b7a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def test_create_descriptor_file(dataset):
140140
}
141141

142142

143-
def test_max_dataset_limit(dataset, image_url, rand_gen):
143+
def test_max_dataset_datarow_upload(dataset, image_url, rand_gen):
144144
external_id = str(rand_gen)
145145
items = [dict(row_data=image_url, external_id=external_id)
146146
] * (MAX_DATAROW_PER_API_OPERATION + 1)

0 commit comments

Comments
 (0)