devtools/testlib.py
changeset 10792 daef7ce08fea
parent 10639 1ed205146ee2
child 10957 2fdf67ef3341
--- a/devtools/testlib.py	Fri Oct 09 09:40:08 2015 +0200
+++ b/devtools/testlib.py	Thu Jul 30 11:11:12 2015 +0200
@@ -428,7 +428,6 @@
         self._admin_clt_cnx = repoapi.ClientConnection(self._admin_session)
         self._cnxs.add(self._admin_clt_cnx)
         self._admin_clt_cnx.__enter__()
-        self.config.repository = lambda x=None: self.repo
 
     # db api ##################################################################