Commit 745af9ef authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_crm: Fix Typo on method name (test)

parent bbc1e712
......@@ -909,7 +909,7 @@ class TestSlapOSCrmMonitoringCheckComputerSoftwareInstallation(SlapOSTestCaseMix
portal_workflow.doActionFor(context, action='edit_action', comment='Visited by Computer_checkSoftwareInstallationState') """ )
transaction.commit()
def _dropComputer_checkAndUpdateAllocationScope(self):
def _dropComputer_checkSoftwareInstallationState(self):
script_name = 'Computer_checkSoftwareInstallationState'
if script_name in self.portal.portal_skins.custom.objectIds():
self.portal.portal_skins.custom.manage_delObjects(script_name)
......
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