Merge pull request #2366 from coreos-inc/alert-spam-fixes
Small fixes for alert spam
This commit is contained in:
commit
f7a7d30ec2
13 changed files with 87 additions and 25 deletions
|
@ -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')
|
||||
|
||||
|
|
Reference in a new issue