Commit 9bb0c273 authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel_ui_test: typo

parent ad3c02e7
...@@ -162,7 +162,7 @@ def ERP5Site_bootstrapSlapOSPanelTest(self, step, scenario, customer_login, ...@@ -162,7 +162,7 @@ def ERP5Site_bootstrapSlapOSPanelTest(self, step, scenario, customer_login,
customer_person.newContent( customer_person.newContent(
portal_type='Assignment', portal_type='Assignment',
title='Manager for project %s' % project.getTitle(), title='Manager for project %s' % project.getTitle(),
destination_project_value=project, destination_project_value=remote_project,
function='production/manager' function='production/manager'
).open() ).open()
remote_customer_person.newContent( remote_customer_person.newContent(
......
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