devtools/testlib.py
changeset 9030 c1d5e8ca15ea
parent 9029 5941cde49878
child 9031 6ff29f2879da
--- a/devtools/testlib.py	Fri Dec 07 16:10:38 2012 +0100
+++ b/devtools/testlib.py	Fri Dec 07 17:23:04 2012 +0100
@@ -633,7 +633,7 @@
     @cached
     def app(self):
         """return a cubicweb publisher"""
-        publisher = application.CubicWebPublisher(self.config, vreg=self.vreg)
+        publisher = application.CubicWebPublisher(self.config)
         def raise_error_handler(*args, **kwargs):
             raise
         publisher.error_handler = raise_error_handler