test(slack): use direct outbound payload harness

This commit is contained in:
Vincent Koc 2026-04-03 22:42:57 +09:00
parent 597416fdd9
commit 020093bf4b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import type { ReplyPayload } from "openclaw/plugin-sdk/reply-runtime";
import { createSlackOutboundPayloadHarness } from "openclaw/plugin-sdk/testing";
import { describe, expect, it } from "vitest";
import { createSlackOutboundPayloadHarness } from "../../../src/channels/plugins/contracts/suites.js";
function createHarness(params: {
payload: ReplyPayload;