Commit f6b2e201 authored by Romain Courteaud's avatar Romain Courteaud 🐙

slapos_cloud: test: do not change the preference provided by the bt5

parent 87ea0cb9
......@@ -32,6 +32,7 @@ class DefaultScenarioMixin(TestSlapOSSecurityMixin):
def afterSetUp(self):
TestSlapOSSecurityMixin.afterSetUp(self)
"""
preference = self.portal.portal_preferences.slapos_default_system_preference
preference.edit(
......@@ -40,7 +41,6 @@ class DefaultScenarioMixin(TestSlapOSSecurityMixin):
preferred_credential_request_automatic_approval=1
)
"""
# Enable alarms for regularisation request
self.portal.portal_alarms.slapos_crm_create_regularisation_request.setEnabled(True)
self.portal.portal_alarms.slapos_crm_invalidate_suspended_regularisation_request.setEnabled(True)
......
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