mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
Tests: trim Feishu and Synology audit import cost
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import {
|
||||
collectSynologyChatSecurityAuditFindings,
|
||||
collectZalouserSecurityAuditFindings,
|
||||
} from "../../test/helpers/channels/security-audit-contract.js";
|
||||
import type { ChannelPlugin } from "../channels/plugins/types.js";
|
||||
import type { OpenClawConfig } from "../config/config.js";
|
||||
import { collectSynologyChatSecurityAuditFindings } from "../plugin-sdk/synology-chat.js";
|
||||
import { collectZalouserSecurityAuditFindings } from "../plugin-sdk/zalouser.js";
|
||||
import { withChannelSecurityStateDir } from "./audit-channel-security.test-helpers.js";
|
||||
import { collectChannelSecurityFindings } from "./audit-channel.js";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { collectFeishuSecurityAuditFindings } from "../../test/helpers/channels/security-audit-contract.js";
|
||||
import type { OpenClawConfig } from "../config/config.js";
|
||||
import { collectFeishuSecurityAuditFindings } from "../plugin-sdk/feishu-security.js";
|
||||
|
||||
describe("security audit Feishu doc risk findings", () => {
|
||||
it.each([
|
||||
|
||||
Reference in New Issue
Block a user