Skip to content

Commit 1a45351

Browse files
committed
Corrected test
1 parent fc1ce8a commit 1a45351

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/imio/esign/tests/test_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,6 @@ def test_get_file_download_url(self):
312312
self.assertEqual(result, ("https://downloads.files.com/Rzgwy-9BVG9-viEts-5GBkn-Rm",
313313
"Rzgwy-9BVG9-viEts-5GBkn-Rm"))
314314

315-
result = get_file_download_url(uid, separator="_", block_size=3)
316-
self.assertEqual(result[0], "https://downloads.files.com/Rzg_wy9_BVG_9vi_Ets_5GB_knR_m")
317-
318315
custom_url = "https://custom.domain.org/"
319316
result = get_file_download_url(uid, root_url=custom_url)
320317
self.assertEqual(result[0], "https://custom.domain.org/Rzgwy-9BVG9-viEts-5GBkn-Rm")

0 commit comments

Comments
 (0)