# HG changeset patch # User Marcin Kuzminski # Date 2013-05-19 16:08:21 # Node ID 35bce50df618b9a6724e41256a6e7d4e2d4ab0b0 # Parent b08a3f8a41480a0d788365123aaa121fde0ca705 fix syntax error for py <2.7 diff --git a/rhodecode/tests/functional/test_files.py b/rhodecode/tests/functional/test_files.py --- a/rhodecode/tests/functional/test_files.py +++ b/rhodecode/tests/functional/test_files.py @@ -532,10 +532,9 @@ removed extra unicode conversion in diff repo_name=GIT_REPO, revision='tip', f_path='/'), params={ - '' + 'content': '' }, status=302) - self.checkSessionFlash(response, 'No content') def test_add_file_into_git_missing_filename(self):