diff --git a/src/lib/__tests__/digest-arrival.test.ts b/src/lib/__tests__/digest-arrival.test.ts index cc3fed7..742bcca 100644 --- a/src/lib/__tests__/digest-arrival.test.ts +++ b/src/lib/__tests__/digest-arrival.test.ts @@ -41,8 +41,6 @@ import { pendingPage } from "../mutations"; const moduleDir = path.dirname(fileURLToPath(import.meta.url)); const appDir = path.resolve(moduleDir, "../../app/(app)"); const AT = "2026-08-25T06:00:00.000Z"; -/** F4 records who fired a transition, not merely that a person did. */ -const PERSON: Caller = { kind: "person", userId: "rae@webflow.com" }; const DATE = "2026-08-25"; const APP = "https://watch.example.com/page-watch"; diff --git a/src/lib/__tests__/digest.test.ts b/src/lib/__tests__/digest.test.ts index 25b3e62..d1b08f5 100644 --- a/src/lib/__tests__/digest.test.ts +++ b/src/lib/__tests__/digest.test.ts @@ -34,8 +34,6 @@ import { pendingPage } from "../mutations"; */ const AT = "2026-08-25T06:00:00.000Z"; -/** F4 records who fired a transition, not merely that a person did. */ -const PERSON: Caller = { kind: "person", userId: "rae@webflow.com" }; const DATE = "2026-08-25"; const APP = "https://watch.example.com/page-watch"; const SCHEDULE = { localTime: "00:00", timeZone: "America/Chicago", overridden: true }; diff --git a/src/lib/__tests__/webhook.test.ts b/src/lib/__tests__/webhook.test.ts index a8b0cc7..5a04545 100644 --- a/src/lib/__tests__/webhook.test.ts +++ b/src/lib/__tests__/webhook.test.ts @@ -18,8 +18,6 @@ afterEach(() => { }); const AT = "2026-08-04T06:00:00.000Z"; -/** F4 records who fired a transition, not merely that a person did. */ -const PERSON: Caller = { kind: "person", userId: "rae@webflow.com" }; /** * Whoever marked the fix. The payload is the digest message and the digest is