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 e2ce24a commit a914762Copy full SHA for a914762
tests/test_generate_url.py
@@ -390,7 +390,7 @@ def test_url_signed_with_diacritic_in_filename_path_transforamtion_in_path(self)
390
self.assertIn("ik-s="+signature, url)
391
392
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"
+ url = "https://test-domain.com/test-endpoint/aéb/test_é_path_alt.jpg?tr=l-text%2Ci-Imagekit%C3%A9%2Cfs-50%2Cl-end"
394
encodedUrl = Url.encode_string_if_required(url)
395
self.assertEqual(
396
encodedUrl,
0 commit comments