test(agents): align slack target normalization assertion

This commit is contained in:
Vincent Koc
2026-05-04 00:53:42 -07:00
parent 9b95e477be
commit 23950b5664

View File

@@ -46,7 +46,7 @@ describe("extractMessagingToolSend", () => {
expect(result?.tool).toBe("message");
expect(result?.provider).toBe("slack");
expect(result?.to).toBe("channel:C1");
expect(result?.to).toBe("channel:c1");
});
it("accepts target alias when to is omitted", () => {