Commit 67055211 authored by Rafael Monnerat's avatar Rafael Monnerat

Fix uppercase typo change.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43747 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4ee0aa94
......@@ -681,7 +681,7 @@ class TestConsultingConfiguratorWorkflow(TestLiveConfiguratorWorkflowMixin):
self.assertEquals('show', response_dict['command'])
self.assertEquals(None, response_dict['previous'])
self.assertEquals('Configure Categories', response_dict['next'])
self.assertCurrentStep('Your categories', response_dict)
self.assertCurrentStep('Your Categories', response_dict)
def stepSetupCategoriesConfiguratorItem(self, sequence=None, sequence_list=None, **kw):
""" Load the categories """
......
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