diff --git a/src/auto-reply/reply/reply-utils.test.ts b/src/auto-reply/reply/reply-utils.test.ts index 743568b38..68b25fc23 100644 --- a/src/auto-reply/reply/reply-utils.test.ts +++ b/src/auto-reply/reply/reply-utils.test.ts @@ -811,10 +811,6 @@ describe("extractShortModelName", () => { }); describe("hasTemplateVariables", () => { - it("returns false for undefined", () => { - expect(hasTemplateVariables(undefined)).toBe(false); - }); - it("returns false for empty string", () => { expect(hasTemplateVariables("")).toBe(false); });