cubicweb/pyramid/test/test_bw_request.py
branch3.25
changeset 12088 477a59a45786
parent 11913 4516c3956d46
--- a/cubicweb/pyramid/test/test_bw_request.py	Fri Mar 17 10:15:16 2017 +0100
+++ b/cubicweb/pyramid/test/test_bw_request.py	Wed Mar 22 14:18:54 2017 +0100
@@ -10,6 +10,8 @@
 
 
 class WSGIAppTest(PyramidCWTest):
+    settings = {'cubicweb.bwcompat': True}
+
     def make_request(self, path, environ=None, **kw):
         r = webtest.app.TestRequest.blank(path, environ, **kw)