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 5a63a8d commit 99d984dCopy full SHA for 99d984d
test/tests_data_processing_controller.py
@@ -52,6 +52,7 @@ def test_post_workbook_data_deduplication(self):
52
remote_name = 'BookCsvDuplicateData.csv'
53
54
deduplicationRegion = DeduplicationRegion()
55
+ deduplicationRegion.ranges = []
56
result = AuthUtil.Ready(self.api, local_name, remote_folder + '/' + remote_name , '')
57
self.assertTrue(len(result.uploaded)>0)
58
0 commit comments