changeset 6365:4964ecd82e3b

tests: remove unused index_location
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 19 Dec 2016 02:52:01 +0100
parents d55626d8c933
children c77888faf2aa
files kallithea/tests/base.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/tests/base.py	Mon Dec 19 02:52:01 2016 +0100
+++ b/kallithea/tests/base.py	Mon Dec 19 02:52:01 2016 +0100
@@ -149,7 +149,6 @@
         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):