Commit 2bb83977 authored by Romain Courteaud's avatar Romain Courteaud

slapos_rss_style: test: drop updateLocalRolesOnSecurityGroups calls

parent 5932e157
......@@ -795,7 +795,6 @@ class TestSlapOSBase_getEventList(TestRSSSyleSkinsMixin):
destination_value=self.portal.organisation_module.slapos,
resource_value=self.portal.service_module.slapos_crm_monitoring
)
sr.updateLocalRolesOnSecurityGroups()
event.start()
event.immediateReindexObject()
sr.immediateReindexObject()
......@@ -889,7 +888,6 @@ class TestSlapOSBase_getEventList(TestRSSSyleSkinsMixin):
resource_value=self.portal.service_module.slapos_crm_monitoring
)
ticket.immediateReindexObject()
ticket.updateLocalRolesOnSecurityGroups()
event.start()
event.immediateReindexObject()
self.portal.portal_skins.changeSkin('RSS')
......@@ -980,7 +978,6 @@ class TestSlapOSBase_getEventList(TestRSSSyleSkinsMixin):
destination_value=self.portal.organisation_module.slapos,
resource_value=self.portal.service_module.slapos_crm_monitoring
)
ticket.updateLocalRolesOnSecurityGroups()
ticket.immediateReindexObject()
event.start()
event.immediateReindexObject()
......
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