fix(test): bypass slack facade in message action params test

This commit is contained in:
Vincent Koc
2026-03-30 12:50:54 +09:00
parent b7d59f7831
commit dd23e744f4

View File

@@ -2,9 +2,9 @@ import fs from "node:fs/promises";
import os from "node:os";
import path from "node:path";
import { describe, expect, it } from "vitest";
import { resolveSlackAutoThreadId } from "../../../extensions/slack/api.js";
import type { ChannelThreadingToolContext } from "../../channels/plugins/types.js";
import type { OpenClawConfig } from "../../config/config.js";
import { resolveSlackAutoThreadId } from "../../plugin-sdk/slack.js";
import {
hydrateAttachmentParamsForAction,
normalizeSandboxMediaList,