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 3b3eba4 commit 0a10cb9Copy full SHA for 0a10cb9
tests/test_templatetags.py
@@ -18,5 +18,5 @@ def test_get_all(self):
18
def test_get_filtered(self):
19
self.assertEqual(
20
get_file_extensions(QueryDict('type=image')),
21
- "['.jpg', '.jpeg', '.gif', '.png', '.tif', '.tiff']"
+ "[\".jpg\", \".jpeg\", \".gif\", \".png\", \".tif\", \".tiff\"]"
22
)
0 commit comments