devtools/testlib.py
changeset 9031 6ff29f2879da
parent 9030 c1d5e8ca15ea
child 9039 488255d1cf3b
--- a/devtools/testlib.py	Fri Dec 07 17:23:04 2012 +0100
+++ b/devtools/testlib.py	Fri Nov 23 16:12:19 2012 +0100
@@ -633,7 +633,7 @@
     @cached
     def app(self):
         """return a cubicweb publisher"""
-        publisher = application.CubicWebPublisher(self.config)
+        publisher = application.CubicWebPublisher(self.repo, self.config)
         def raise_error_handler(*args, **kwargs):
             raise
         publisher.error_handler = raise_error_handler