Commit e84f5230 authored by Vincent Pelletier's avatar Vincent Pelletier

Add a forgotten comma.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29289 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c4a662ff
......@@ -587,7 +587,7 @@ class TestERP5BankingMixin:
portal_type='Organisation',
id='site_%s' % (codification, ),
site=site.getRelativeUrl(),
region=site_region_from_codification_dict.get(codification)
region=site_region_from_codification_dict.get(codification),
group='baobab',
function='banking')
site_reference = site_reference_from_codification_dict.get(codification)
......
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