test: fix pairing/daemon assertion drift

This commit is contained in:
Peter Steinberger
2026-02-26 21:24:50 +00:00
parent a1346a519a
commit c53b11dccd
4 changed files with 21 additions and 4 deletions

View File

@@ -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();
});
});