Commit d469ed83 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix typo in variable name.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28241 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 92b36239
......@@ -554,7 +554,7 @@ class TestERP5BankingMixin:
for category_id in site[2].split('/'):
contained = getattr(container, category_id, None)
if contained is None:
contained = container.newContent(id=cateogry_id, portal_type='Category')
contained = container.newContent(id=category_id, portal_type='Category')
container = contained
codification = site[1]
site = site[0]
......
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