Fixed role assignment.
This commit is contained in:
parent
6f5c0d6004
commit
581328361b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue