fix(ci): relax feishu runtime test casts

This commit is contained in:
Peter Steinberger
2026-04-03 13:11:00 +01:00
parent d2dae50a75
commit 99397254a1

View File

@@ -207,7 +207,7 @@ function createBotTestRuntime(): PluginRuntime {
buildPairingReply: vi.fn(),
},
},
} as PluginRuntime;
} as unknown as PluginRuntime;
}
const {
@@ -536,7 +536,7 @@ describe("handleFeishuMessage command authorization", () => {
media: {
detectMime: vi.fn(async () => "application/octet-stream"),
},
} as PluginRuntime);
} as unknown as PluginRuntime);
});
it("does not enqueue inbound preview text as system events", async () => {