Commit 817f0699 authored by Sebastien Robin's avatar Sebastien Robin

erp5_research_item: fixed typo in test

parent d931c6f6
......@@ -44,7 +44,7 @@ class TestResearchItemSummaryReport(TestTaskReportingMixin):
for category_id in ("operation", "research"):
if not journal_base_category.has_key(category_id):
journal_base_category.newContent(
portal_type='Category', title=unit_id.title(),
portal_type='Category', title=category_id.title(),
reference=category_id, id=category_id)
# create items
......
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