diff --git a/rhodecode/tests/functional/test_home.py b/rhodecode/tests/functional/test_home.py --- a/rhodecode/tests/functional/test_home.py +++ b/rhodecode/tests/functional/test_home.py @@ -76,4 +76,3 @@ merge" class="tooltip" href="/vcs_test_h response.mustcontain("""var data = {"totalRecords": %s""" % len(Repository.getAll())) finally: set_l_dash(False) -