devtools/httptest.py
branchstable
changeset 9013 b4bcabf55e77
parent 8941 7b26fe71404f
child 9030 c1d5e8ca15ea
child 9136 eef0388e8fea
--- a/devtools/httptest.py	Fri Jun 14 16:13:24 2013 +0200
+++ b/devtools/httptest.py	Fri Jun 14 16:26:25 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`.