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 @@ -12,4 +12,4 @@ class TestHomeController(TestController) assert """Mercurial repository""" in response.body, 'wrong info about type of repositry' assert """public repository""" in response.body, 'wrong info about repository availabilty' - assert """r173:27cd5cce30c9""" in response.body, 'no info about tooltip' + assert """r173:27cd5cce30c9""" in response.body, 'no info about tooltip'