test: update ClickClack resolved account fixtures (#107907)

This commit is contained in:
Shakker
2026-07-15 02:14:10 +01:00
committed by Shakker
parent fd0460b209
commit d12dbcf0c5

View File

@@ -78,6 +78,7 @@ function createAgentAccount(
allowFrom: ["*"],
reconnectMs: 1_500,
agentActivity: false,
commandMenu: true,
config: {
allowFrom: ["*"],
},
@@ -145,6 +146,7 @@ describe("handleClickClackInbound", () => {
allowFrom: ["*"],
reconnectMs: 1_500,
agentActivity: false,
commandMenu: true,
config: {},
} satisfies ResolvedClickClackAccount;