Commit 88cd7718 authored by Kevin Deldycke's avatar Kevin Deldycke

Fix portal workflow getter

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12684 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 843ef61b
......@@ -84,7 +84,7 @@ class TestBug(ERP5TypeTestCase):
self.login()
self.datetime = DateTime() # Save today at initialisation to "freeze" the time
self.portal = self.getPortal()
self.workflow_tool = self.portal.getWorkflowTool()
self.workflow_tool = self.portal.portal_workflow
##################################
......
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