Drop a cw 3.24 warning
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 04 Nov 2016 11:19:29 +0100
changeset 11801 7a7ce3da28fb
parent 11800 3cd5ac8d43ed
child 11802 2f885861cb84
Drop a cw 3.24 warning
cubicweb/devtools/testlib.py
--- a/cubicweb/devtools/testlib.py	Fri Nov 04 11:19:11 2016 +0100
+++ b/cubicweb/devtools/testlib.py	Fri Nov 04 11:19:29 2016 +0100
@@ -841,7 +841,7 @@
             if data is not None:
                 req.form.update(data)
             with real_error_handling(self.app):
-                result = self.app_handle_request(req, req.relative_path(False))
+                result = self.app_handle_request(req)
             return result, req
 
     @staticmethod