mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
test: fix pairing/daemon assertion drift
This commit is contained in:
@@ -75,7 +75,10 @@ describe("nextcloud-talk inbound authz", () => {
|
||||
} as unknown as RuntimeEnv,
|
||||
});
|
||||
|
||||
expect(readAllowFromStore).toHaveBeenCalledWith("nextcloud-talk");
|
||||
expect(readAllowFromStore).toHaveBeenCalledWith({
|
||||
channel: "nextcloud-talk",
|
||||
accountId: "default",
|
||||
});
|
||||
expect(buildMentionRegexes).not.toHaveBeenCalled();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user