tests: fix utils tests

This commit is contained in:
Stavros
2026-05-04 20:18:34 +03:00
parent 26daef7d4e
commit ff3c25c09d
4 changed files with 66 additions and 69 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func GetUsers(usersCfg []string, usersPath string, userAttributes map[string]mod
var usersStr []string
if len(usersCfg) == 0 && usersPath == "" {
return &[]model.LocalUser{}, nil
return nil, nil
}
if len(usersCfg) > 0 {