Skip to content

Commit a914762

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
query encoding logic
1 parent e2ce24a commit a914762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_generate_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def test_url_signed_with_diacritic_in_filename_path_transforamtion_in_path(self)
390390
self.assertIn("ik-s="+signature, url)
391391

392392
def test_url_signed_with_diacritic_in_filename_path_transforamtion_in_query(self):
393-
url = "https://test-domain.com/test-endpoint/aéb/test_é_path_alt.jpg?tr=l-text%2Ci-Imagekité%2Cfs-50%2Cl-end"
393+
url = "https://test-domain.com/test-endpoint/aéb/test_é_path_alt.jpg?tr=l-text%2Ci-Imagekit%C3%A9%2Cfs-50%2Cl-end"
394394
encodedUrl = Url.encode_string_if_required(url)
395395
self.assertEqual(
396396
encodedUrl,

0 commit comments

Comments
 (0)