mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 16:44:33 +00:00
test: fix pairing/daemon assertion drift
This commit is contained in:
@@ -90,7 +90,10 @@ describe("msteams monitor handler authz", () => {
|
||||
sendActivity: vi.fn(async () => undefined),
|
||||
} as unknown as Parameters<typeof handler>[0]);
|
||||
|
||||
expect(readAllowFromStore).toHaveBeenCalledWith("msteams");
|
||||
expect(readAllowFromStore).toHaveBeenCalledWith({
|
||||
channel: "msteams",
|
||||
accountId: "default",
|
||||
});
|
||||
expect(conversationStore.upsert).not.toHaveBeenCalled();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user