Remove unicode before sending it to path parser

Fixes 175929456/
This commit is contained in:
Joseph Schorr 2017-02-21 14:25:26 -05:00
parent 3f1d394e14
commit 7cc7e54945
2 changed files with 7 additions and 0 deletions

View file

@ -134,6 +134,9 @@ class WebEndpointTestCase(EndpointTestCase):
def test_repo_view(self):
self.getResponse('web.repository', path='devtable/simple')
def test_unicode_repo_view(self):
self.getResponse('web.repository', path='%E2%80%8Bcoreos/hyperkube%E2%80%8B')
def test_org_view(self):
self.getResponse('web.org_view', path='buynlarge')