devtools/httptest.py
changeset 8941 7b26fe71404f
parent 8727 5bca35901e9b
child 9030 c1d5e8ca15ea
child 9136 eef0388e8fea
--- a/devtools/httptest.py	Fri Apr 26 11:53:47 2013 +0200
+++ b/devtools/httptest.py	Fri Apr 26 12:10:37 2013 +0200
@@ -78,10 +78,6 @@
     def pyro_enabled(self):
         return False
 
-    def load_configuration(self):
-        super(CubicWebServerConfig, self).load_configuration()
-        self.global_set_option('force-html-content-type', True)
-
 
 class CubicWebServerTC(CubicWebTC):
     """Class for running test web server. See :class:`CubicWebServerConfig`.