mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -62,7 +62,7 @@ func TestClientsListCommand(t *testing.T) {
|
||||
// Check command output for plausibility.
|
||||
// t.Logf(output)
|
||||
assert.NoError(t, err)
|
||||
assert.Contains(t, output, "Client ID;Client Name;Authentication Method;User;Role;Scope;Enabled;Access Token Lifetime;Created At")
|
||||
assert.Contains(t, output, "Client ID;Name;Authentication Method;User;Role;Scope;Enabled;Access Token Lifetime;Created At")
|
||||
assert.Contains(t, output, "Monitoring")
|
||||
assert.Contains(t, output, "metrics")
|
||||
assert.NotContains(t, output, "bob")
|
||||
|
||||
Reference in New Issue
Block a user