Fix ExtensionManager test constructor arguments

This commit is contained in:
Coffee
2026-03-17 13:48:22 +08:00
parent 708755f34a
commit 8a5346f417
+3
View File
@@ -5893,6 +5893,8 @@ mod tests {
ExtensionManager::new(
Arc::new(McpSessionManager::new()),
Arc::new(McpProcessManager::new()),
None,
None,
Arc::new(InMemorySecretsStore::new(crypto)),
Arc::new(ToolRegistry::new()),
None,
@@ -5902,6 +5904,7 @@ mod tests {
None,
"test".to_string(),
Some(db),
None,
Vec::new(),
)
};