Skip to content

Commit

Permalink
Merge pull request #6732 from owncloud/fixUsersViewUnitTests
Browse files Browse the repository at this point in the history
[tests-only] set extra props in unit tests
  • Loading branch information
kulmann authored Apr 5, 2022
2 parents 92199f7 + 85aa73a commit 1e3884e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ function getMountedWrapper({ resolveCreateUser = true, resolveDeleteUser = true
{
id: '1'
}
]
],
roles: [],
userAssignments: []
},
data: () => {
return {
Expand Down

0 comments on commit 1e3884e

Please sign in to comment.