Commit daa2b45e authored by Jérome Perrin's avatar Jérome Perrin

debug erp5

parent 4a6e7ad3
...@@ -189,6 +189,7 @@ class TestDefaultParameters(ERP5InstanceTestCase, TestPublishedURLIsReachableMix ...@@ -189,6 +189,7 @@ class TestDefaultParameters(ERP5InstanceTestCase, TestPublishedURLIsReachableMix
self.assertEqual( self.assertEqual(
installed['request-frontend-default']['connection-secure_access'], installed['request-frontend-default']['connection-secure_access'],
self.getRootPartitionConnectionParameterDict()['url-frontend-default']) self.getRootPartitionConnectionParameterDict()['url-frontend-default'])
breakpoint()
def test_xml_rpc_disabled(self): def test_xml_rpc_disabled(self):
param_dict = self.getRootPartitionConnectionParameterDict() param_dict = self.getRootPartitionConnectionParameterDict()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment