diff --git a/pylons_app/tests/functional/test_settings.py b/pylons_app/tests/functional/test_settings.py --- a/pylons_app/tests/functional/test_settings.py +++ b/pylons_app/tests/functional/test_settings.py @@ -41,7 +41,6 @@ class TestSettingsController(TestControl #test if fork is visible in the list ? - response.follow() + response = response.follow() print response - assert False