pyramid_cubicweb/tests/test_bw_request.py
changeset 11593 73bf8377a3d5
parent 11514 82e86cd8e217
child 11611 9d2bb6bdb5c8
--- a/pyramid_cubicweb/tests/test_bw_request.py	Fri Aug 07 11:52:08 2015 +0200
+++ b/pyramid_cubicweb/tests/test_bw_request.py	Fri Aug 07 11:59:07 2015 +0200
@@ -96,9 +96,3 @@
                 '/', POST=params,
                 content_type='application/x-www-form-urlencoded'))
         self.assertEqual(u"é", req.form['arg'])
-
-    @classmethod
-    def init_config(cls, config):
-        super(WSGIAppTest, cls).init_config(config)
-        config.https_uiprops = None
-        config.https_datadir_url = None