diff --git a/rhodecode/tests/functional/test_forks.py b/rhodecode/tests/functional/test_forks.py --- a/rhodecode/tests/functional/test_forks.py +++ b/rhodecode/tests/functional/test_forks.py @@ -119,7 +119,7 @@ class TestForksController(TestController #test if we have a message that fork is ok self.checkSessionFlash(response, - 'forked repository %s as %s' + 'Forked repository %s as %s' % (repo_name, fork_name, fork_name)) #test if the fork was created in the database