mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:50:43 +00:00
test(release): forward validation fixes
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export const MIN_CODEX_APP_SERVER_VERSION = "0.125.0";
|
||||
export const MANAGED_CODEX_APP_SERVER_PACKAGE = "@openai/codex";
|
||||
export const MANAGED_CODEX_APP_SERVER_PACKAGE_VERSION = MIN_CODEX_APP_SERVER_VERSION;
|
||||
export const MANAGED_CODEX_APP_SERVER_PACKAGE_VERSION = "0.128.0";
|
||||
|
||||
@@ -687,7 +687,7 @@ describe("monitorSlackProvider tool results", () => {
|
||||
});
|
||||
});
|
||||
|
||||
it("restores ack reaction when dispatch fails before any reply is delivered", async () => {
|
||||
it("keeps the error reaction when dispatch fails before any reply is delivered", async () => {
|
||||
replyMock.mockRejectedValue(new Error("boom"));
|
||||
setMentionGatedAckConfig(true);
|
||||
mockGeneralChannelInfo();
|
||||
|
||||
@@ -566,7 +566,7 @@ describe("channelsAddCommand", () => {
|
||||
plugin: {
|
||||
...createChannelTestPluginBase({ id: "telegram", label: "Telegram" }),
|
||||
setup: {
|
||||
applyAccountConfig: ({ cfg, input }) => ({
|
||||
applyAccountConfig: ({ cfg, input }: ApplyAccountConfigParams) => ({
|
||||
...cfg,
|
||||
channels: {
|
||||
...cfg.channels,
|
||||
|
||||
Reference in New Issue
Block a user