diff --git a/rhodecode/tests/__init__.py b/rhodecode/tests/__init__.py --- a/rhodecode/tests/__init__.py +++ b/rhodecode/tests/__init__.py @@ -160,5 +160,5 @@ class TestController(TestCase): if not msg in response.session['flash'][0][1]: self.fail( 'msg `%s` not found in session flash: got `%s` instead' % ( - msg, response.session['flash'][0][1]) + msg, response.session['flash']) )