We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1ce8a commit 1a45351Copy full SHA for 1a45351
src/imio/esign/tests/test_utils.py
@@ -312,9 +312,6 @@ def test_get_file_download_url(self):
312
self.assertEqual(result, ("https://downloads.files.com/Rzgwy-9BVG9-viEts-5GBkn-Rm",
313
"Rzgwy-9BVG9-viEts-5GBkn-Rm"))
314
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
-
318
custom_url = "https://custom.domain.org/"
319
result = get_file_download_url(uid, root_url=custom_url)
320
self.assertEqual(result[0], "https://custom.domain.org/Rzgwy-9BVG9-viEts-5GBkn-Rm")
0 commit comments