Commit 67b9134f authored by Romain Courteaud's avatar Romain Courteaud

slapos_configurator: test: set convertion server with the constraint

parent 4ee440c8
...@@ -56,6 +56,7 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin): ...@@ -56,6 +56,7 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin):
""" Make sure Conversion Server was configured well, """ Make sure Conversion Server was configured well,
invoking checkConsistency """ invoking checkConsistency """
pref_tool = self.portal.portal_preferences pref_tool = self.portal.portal_preferences
self.portal.portal_preferences.fixConsistency()
self.assertEqual(pref_tool.checkConsistency(), []) self.assertEqual(pref_tool.checkConsistency(), [])
# Check if configuration is properly set: # Check if configuration is properly set:
......
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