mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Auth: Refactor cluster configuration and provisioning API endpoints #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -21,7 +21,6 @@ func TestClientRoleFlagUsage_IncludesNoneAlias(t *testing.T) {
|
||||
}
|
||||
assert.Contains(t, roleFlag.Usage, "none")
|
||||
})
|
||||
|
||||
t.Run("ModCommand role flag includes none", func(t *testing.T) {
|
||||
var roleFlag *cli.StringFlag
|
||||
for _, f := range ClientsModCommand.Flags {
|
||||
|
||||
Reference in New Issue
Block a user