fix rest test

This commit is contained in:
Pedro Costa
2025-04-16 12:42:22 +01:00
parent 96b22d5140
commit ca356f1dae

View File

@@ -31,9 +31,9 @@ var (
LastLogin: &time.Time{},
Name: "M. Essam",
Permissions: &api.UserPermissions{
AutoAllowNew: map[string]bool{
"read": true,
"write": true,
Default: map[string]bool{
"read": false,
"write": false,
},
},
Role: "user",