diff --git a/rhodecode/tests/functional/test_branches.py b/rhodecode/tests/functional/test_branches.py --- a/rhodecode/tests/functional/test_branches.py +++ b/rhodecode/tests/functional/test_branches.py @@ -9,9 +9,3 @@ class TestBranchesController(TestControl response.mustcontain("""default""" % HG_REPO) response.mustcontain("""git""" % HG_REPO) response.mustcontain("""web""" % HG_REPO) - - - - - -