mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-15 03:01:02 +00:00
Tests: trim slack audit import cost
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, expect, it, vi } from "vitest";
|
||||
import { collectSlackSecurityAuditFindings } from "../../test/helpers/channels/security-audit-contract.js";
|
||||
import type { OpenClawConfig } from "../config/config.js";
|
||||
import { collectSlackSecurityAuditFindings } from "../plugin-sdk/slack.js";
|
||||
import { withChannelSecurityStateDir } from "./audit-channel-security.test-helpers.js";
|
||||
|
||||
const { readChannelAllowFromStoreMock } = vi.hoisted(() => ({
|
||||
|
||||
Reference in New Issue
Block a user