Skip to content

Commit 99d984d

Browse files
committed
fix post_workbook_data_deduplication test case.
1 parent 5a63a8d commit 99d984d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tests_data_processing_controller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def test_post_workbook_data_deduplication(self):
5252
remote_name = 'BookCsvDuplicateData.csv'
5353

5454
deduplicationRegion = DeduplicationRegion()
55+
deduplicationRegion.ranges = []
5556
result = AuthUtil.Ready(self.api, local_name, remote_folder + '/' + remote_name , '')
5657
self.assertTrue(len(result.uploaded)>0)
5758

0 commit comments

Comments
 (0)