This commit is contained in:
ponzischeme89
2026-08-16 12:13:51 +12:00
parent bd3732fba5
commit b9374baaf1
47 changed files with 2793 additions and 364 deletions
+4
View File
@@ -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