Fixed role assignment.

This commit is contained in:
Martin Edenhofer 2016-03-01 00:55:40 +01:00
parent 6f5c0d6004
commit 581328361b

View file

@ -1604,7 +1604,7 @@ user_community = User.create_or_update(
email: 'nicole.braun@zammad.org',
password: '',
active: true,
roles: roles,
roles: [roles],
organization_id: org_community.id,
)