diff --git a/rhodecode/tests/functional/test_shortlog.py b/rhodecode/tests/functional/test_shortlog.py --- a/rhodecode/tests/functional/test_shortlog.py +++ b/rhodecode/tests/functional/test_shortlog.py @@ -4,5 +4,5 @@ class TestShortlogController(TestControl def test_index(self): self.log_user() - response = self.app.get(url(controller='shortlog', action='index',repo_name='vcs_test')) + response = self.app.get(url(controller='shortlog', action='index',repo_name=HG_REPO)) # Test response...