Skip to content

Commit 2f2325e

Browse files
authored
chore(e2e): satisfy biome formatting for gateway url
Shortening the default gateway URL to the `ci` product let the expression fit on one line, so biome's formatter wanted it collapsed. Fixes the failing quality check. Generated-By: PostHog Code Task-Id: bec748f0-776a-4ab6-a4f0-15109b3740df
1 parent c53f699 commit 2f2325e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/agent/e2e/config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ export type Adapter = "claude" | "codex";
1313
*/
1414
// `||` not `??`: CI sets unset vars to "" which should fall back to the default.
1515
const GATEWAY_URL =
16-
process.env.POSTHOG_CODE_E2E_GATEWAY_URL ||
17-
"http://localhost:3308/ci";
16+
process.env.POSTHOG_CODE_E2E_GATEWAY_URL || "http://localhost:3308/ci";
1817
const TOKEN = process.env.POSTHOG_CODE_E2E_GATEWAY_PERSONAL_API_KEY ?? "";
1918

2019
// This checkout's bundled codex binaries, relative to packages/agent/e2e.

0 commit comments

Comments
 (0)