diff --git a/rhodecode/tests/functional/test_admin_gists.py b/rhodecode/tests/functional/test_admin_gists.py --- a/rhodecode/tests/functional/test_admin_gists.py +++ b/rhodecode/tests/functional/test_admin_gists.py @@ -39,12 +39,12 @@ class TestGistsController(TestController g4 = _create_gist('gist4', gist_type='private').gist_access_id response = self.app.get(url('gists')) # Test response... - response.mustcontain('gist:%s' % g1) - response.mustcontain('gist:%s' % g2) + response.mustcontain('gist: %s' % g1) + response.mustcontain('gist: %s' % g2) response.mustcontain('Expires: in 23 hours') # we don't care about the end - response.mustcontain('gist:%s' % g3) + response.mustcontain('gist: %s' % g3) response.mustcontain('gist3-desc') - response.mustcontain(no=['gist:%s' % g4]) + response.mustcontain(no=['gist: %s' % g4]) def test_index_private_gists(self): self.log_user() @@ -53,7 +53,7 @@ class TestGistsController(TestController # Test response... #and privates - response.mustcontain('gist:%s' % gist.gist_access_id) + response.mustcontain('gist: %s' % gist.gist_access_id) def test_create_missing_description(self): self.log_user() @@ -73,7 +73,7 @@ class TestGistsController(TestController response = response.follow() response.mustcontain('added file: foo') response.mustcontain('gist test') - response.mustcontain('