test(index): stabilize openclaw bootstrap smoke test

This commit is contained in:
YeonGyu-Kim
2026-05-08 16:58:42 +09:00
parent 5cf86234ff
commit 2efe8a80d4
+1 -4
View File
@@ -151,9 +151,6 @@ describe("oh-my-openagent plugin module", () => {
enabled: true,
gateways: {},
hooks: {},
replyListener: {
discordBotToken: "discord-token",
},
}
mockLoadPluginConfig.mockReturnValue({
openclaw: openclawConfig,
@@ -182,7 +179,7 @@ describe("oh-my-openagent plugin module", () => {
// then
expect(mockInitializeOpenClaw).not.toHaveBeenCalled()
})
}, { timeout: 15000 })
it("exports a V1 PluginModule shape with id and server", () => {
// given the plugin module is loaded