diff --git a/pylons_app/tests/functional/test_files.py b/pylons_app/tests/functional/test_files.py --- a/pylons_app/tests/functional/test_files.py +++ b/pylons_app/tests/functional/test_files.py @@ -3,5 +3,8 @@ from pylons_app.tests import * class TestFilesController(TestController): def test_index(self): - response = self.app.get(url(controller='files', action='index')) + response = self.app.get(url(controller='files', action='index', + repo_name='vcs_test', + revision='tip', + f_path='/')) # Test response...