test: align status and google-shared expectations

This commit is contained in:
Peter Steinberger
2026-01-09 05:03:12 +01:00
parent 709d5d9cd6
commit 7e4d5c9f84
2 changed files with 24 additions and 17 deletions

View File

@@ -274,7 +274,7 @@ describe("trigger handling", () => {
cfg,
);
const text = Array.isArray(res) ? res[0]?.text : res?.text;
expect(text).toContain("🔑 api-key");
expect(text).toContain("api-key");
expect(text).toContain("…");
expect(text).toContain("(anthropic:work)");
expect(text).not.toContain("mixed");