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 601e59d commit 9f0e968Copy full SHA for 9f0e968
tests/test_generate_url.py
@@ -338,6 +338,7 @@ def test_url_signed_with_expire_in_seconds_with_diacritic(self):
338
"expire_seconds": 100,
339
}
340
url = self.client.url(options)
341
+ self.assertIn("ik-s", url)
342
self.assertIn("ik-t", url)
343
344
def test_generate_url_with_path_and_src_uses_path(self):
0 commit comments