We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fa1ae commit 79b7a71Copy full SHA for 79b7a71
tests/integration/test_dataset.py
@@ -140,7 +140,7 @@ def test_create_descriptor_file(dataset):
140
}
141
142
143
-def test_max_dataset_limit(dataset, image_url, rand_gen):
+def test_max_dataset_datarow_upload(dataset, image_url, rand_gen):
144
external_id = str(rand_gen)
145
items = [dict(row_data=image_url, external_id=external_id)
146
] * (MAX_DATAROW_PER_API_OPERATION + 1)
0 commit comments