mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 22:07:26 +00:00
Tests: tighten discord work account type in doctor config flow
This commit is contained in:
@@ -266,6 +266,12 @@ describe("doctor config flow", () => {
|
||||
allowFrom?: string[];
|
||||
accounts: Record<string, DiscordAccountRule> & {
|
||||
default: { allowFrom: string[] };
|
||||
work: {
|
||||
allowFrom: string[];
|
||||
dm: { allowFrom: string[]; groupChannels: string[] };
|
||||
execApprovals: { approvers: string[] };
|
||||
guilds: Record<string, DiscordGuildRule>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user