mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
Fix ExtensionManager test constructor arguments
This commit is contained in:
@@ -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(),
|
||||
)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user