Skip to content

Commit 9f0e968

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
diactric fix
1 parent 601e59d commit 9f0e968

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_generate_url.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ def test_url_signed_with_expire_in_seconds_with_diacritic(self):
338338
"expire_seconds": 100,
339339
}
340340
url = self.client.url(options)
341+
self.assertIn("ik-s", url)
341342
self.assertIn("ik-t", url)
342343

343344
def test_generate_url_with_path_and_src_uses_path(self):

0 commit comments

Comments
 (0)