mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 06:41:08 +00:00
test(slack): use direct outbound payload harness
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user