This commit is contained in:
2026-06-22 08:55:57 +08:00
parent dbb87823e8
commit 6ade6e8fa9
325 changed files with 41131 additions and 855 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ func newACPIntegrationSuite(t *testing.T) *acpIntegrationSuite {
paStub := &acpStubProjectAccess{}
sessSvc := acp.NewSessionService(
acpRepo, wsStub, nil, nil, paStub, sup, auditRec,
acpRepo, wsStub, nil, nil, paStub, nil, nil, sup, auditRec,
acp.SessionServiceConfig{MaxActiveGlobal: 20, MaxActivePerUser: 3},
nil, // mcpTokens — not exercised by integration tests
)