mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
test(agents): align slack target normalization assertion
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user