Commit 9ba2956f authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: drop slapos organisation

parent 0605ed27
......@@ -126,10 +126,6 @@ class SlapOSTestCaseMixin(testSlapOSMixin):
_custom_expected_module_list = []
_custom_additional_bt5_list = []
# Expected organisation when generate invoices, tickets, etc...
expected_slapos_organisation = "organisation_module/slapos"
expected_zh_slapos_organisation = "organisation_module/slapos"
# Used by testSlapOSERP5GroupRoleSecurity.TestSlapOSGroupRoleSecurityCoverage for
# searh classes for assert overage
security_group_role_test_id_list = ['test.erp5.testSlapOSERP5GroupRoleSecurity']
......@@ -140,11 +136,6 @@ class SlapOSTestCaseMixin(testSlapOSMixin):
self.changeSkin('View')
self.portal.portal_activities.unsubscribe()
self.new_id = self.generateNewId()
# Define default Organisation
self.slapos_organisation = self.portal.restrictedTraverse(
self.expected_slapos_organisation
)
instance_template = self.portal.software_instance_module.template_software_instance
if len(instance_template.objectValues()):
......
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