changeset 3871:35bce50df618 beta

fix syntax error for py <2.7
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 19 May 2013 16:08:21 +0200
parents b08a3f8a4148
children 2b9da8749065
files rhodecode/tests/functional/test_files.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/tests/functional/test_files.py	Sun May 19 14:46:57 2013 +0200
+++ b/rhodecode/tests/functional/test_files.py	Sun May 19 16:08:21 2013 +0200
@@ -532,10 +532,9 @@
                                       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):