Skip to content

Commit 92cbd72

Browse files
YunchuWangfredrike
andauthored
Update tests/test_http_wsgi.py
Co-authored-by: Fredrik Erlandsson <[email protected]>
1 parent 9f5ef82 commit 92cbd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_http_wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def test_path_encoding_latin1(self):
222222
url = 'http://example.com/Pippi%20L%C3%A5ngstrump'
223223
request = WsgiRequest(self._generate_func_request(url=url))
224224

225-
self.assertEqual(request.path_info, '/Pippi LÃ¥ngstrump')
225+
self.assertEqual(request.path_info, u'/Pippi L\u00c3\u00a5ngstrump')
226226

227227
def _generate_func_request(
228228
self,

0 commit comments

Comments
 (0)