0.2.68
This commit is contained in:
@@ -153,6 +153,10 @@ func TestAdministratorSignInMintsAnAdminSession(t *testing.T) {
|
||||
if !s.validAdminSession(req) {
|
||||
t.Fatal("an administrator's session was not accepted by the console")
|
||||
}
|
||||
_, username, ok := s.browserSession(req, adminSessionPurpose)
|
||||
if !ok || username != "Viewer" {
|
||||
t.Fatalf("admin session identity = %q, valid %t; want Viewer", username, ok)
|
||||
}
|
||||
}
|
||||
|
||||
// An Emby that returns no policy at all is a question, not a refusal — reading its silence
|
||||
|
||||
Reference in New Issue
Block a user