This commit is contained in:
2026-06-09 21:19:30 +08:00
parent 8b41ff9360
commit 0484e79978
66 changed files with 4043 additions and 533 deletions
+1
View File
@@ -49,6 +49,7 @@ func mountHandlerWithRepo(t *testing.T, callerUID uuid.UUID, isAdmin bool, repo
nil, // sessSvc — not exercised by agent-kinds tests
nil, // sup — not exercised by agent-kinds tests
nil, // repo — not exercised by agent-kinds tests
nil, // permSvc — not exercised by agent-kinds tests
fakeResolver{uid: callerUID},
fakeAdminLookup{admin: map[uuid.UUID]bool{callerUID: isAdmin}},
enc,