diff --git a/src/auto-reply/reply/agent-runner-utils.test.ts b/src/auto-reply/reply/agent-runner-utils.test.ts index 3d1f65b5c74..60b1f8ec218 100644 --- a/src/auto-reply/reply/agent-runner-utils.test.ts +++ b/src/auto-reply/reply/agent-runner-utils.test.ts @@ -237,7 +237,6 @@ describe("agent-runner-utils", () => { expect(context).toMatchObject({ currentChannelId: "telegram:-1003841603622", - currentThreadTs: "928", currentMessageId: "2284", }); });