mirror of https://github.com/openclaw/openclaw.git
test(slack): use direct outbound payload harness
This commit is contained in:
parent
597416fdd9
commit
020093bf4b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue