mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 03:03:24 -04:00
fix(test): complete gateway plugin registry mock
This commit is contained in:
@@ -6,6 +6,8 @@ export const registryState: { registry: PluginRegistry } = {
|
||||
registry: {
|
||||
plugins: [],
|
||||
tools: [],
|
||||
hooks: [],
|
||||
typedHooks: [],
|
||||
channels: [],
|
||||
providers: [],
|
||||
gatewayHandlers: {},
|
||||
@@ -13,6 +15,7 @@ export const registryState: { registry: PluginRegistry } = {
|
||||
httpRoutes: [],
|
||||
cliRegistrars: [],
|
||||
services: [],
|
||||
commands: [],
|
||||
diagnostics: [],
|
||||
} as PluginRegistry,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user