Accounts UserBackend tests

This commit is contained in:
Ilja Neumann
2020-12-22 17:27:55 +01:00
parent 0d990898b8
commit cd2eb0e39b
6 changed files with 191 additions and 4 deletions
-1
View File
@@ -58,7 +58,6 @@ func (c *cs3backend) GetUserByClaims(ctx context.Context, claim, value string, w
if len(roleIDs) == 0 {
return user, nil
}
enc, err := encodeRoleIDs(roleIDs)