Commit cb1e22b6 authored by Lucas Carvalho's avatar Lucas Carvalho

Removed pdb.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44752 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 73e15c15
......@@ -288,7 +288,6 @@ class TestLiveConfiguratorWorkflowMixin(SecurityTestCase):
if 'command' in response_dict:
self.assertEquals('show', response_dict['command'])
self.assertEquals('Previous', response_dict['previous'])
import pdb;pdb.set_trace()
self.assertEquals('Configure ERP5 Preferences', response_dict['next'])
self.assertCurrentStep('Application preferences', response_dict)
......
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