# HG changeset patch # User Mads Kiilerich # Date 2016-12-19 02:52:01 # Node ID 4964ecd82e3ba3d5384b6f58c3684e89c69da5f0 # Parent d55626d8c933922d482b81c616b5275bb4066497 tests: remove unused index_location diff --git a/kallithea/tests/base.py b/kallithea/tests/base.py --- a/kallithea/tests/base.py +++ b/kallithea/tests/base.py @@ -149,7 +149,6 @@ class TestController(object): self.wsgiapp = pylons.test.pylonsapp self.init_stack(self.wsgiapp.config) self.app = TestApp(self.wsgiapp) - self.index_location = config['app_conf']['index_dir'] return self.app def init_stack(self, config=None):