From 5ac9831161a6fc081b90ff379fa01f754d19faf2 Mon Sep 17 00:00:00 2001 From: Abhishek Hiremath <131762197+Abhi-DevHub@users.noreply.github.com> Date: Tue, 21 Jul 2026 23:15:40 +0530 Subject: [PATCH] Pi integration test no longer asserts on checkout directory name --- __tests__/hooks/integrations.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/__tests__/hooks/integrations.test.ts b/__tests__/hooks/integrations.test.ts index e525d566..977dda5d 100644 --- a/__tests__/hooks/integrations.test.ts +++ b/__tests__/hooks/integrations.test.ts @@ -977,7 +977,6 @@ describe("Pi integration", () => { const entry = (packages?.[0] ?? "") as string; expect(typeof entry).toBe("string"); expect(entry).toContain("pi-extension"); - expect(entry).toContain("failproofai"); }); it("writeHookEntries appends to an existing packages array, preserving user entries", () => {