test(release): forward validation fixes

This commit is contained in:
Peter Steinberger
2026-05-01 17:49:55 +01:00
parent ac515b5d40
commit 5ab3a2bca1
3 changed files with 3 additions and 3 deletions

View File

@@ -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";

View File

@@ -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();

View File

@@ -566,7 +566,7 @@ describe("channelsAddCommand", () => {
plugin: {
...createChannelTestPluginBase({ id: "telegram", label: "Telegram" }),
setup: {
applyAccountConfig: ({ cfg, input }) => ({
applyAccountConfig: ({ cfg, input }: ApplyAccountConfigParams) => ({
...cfg,
channels: {
...cfg.channels,