You've already forked agentic-coding-workflow
bugfix
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user