From 5fcdd8589f213741b191de43ce7bddc18915e438 Mon Sep 17 00:00:00 2001 From: silverwind Date: Mon, 16 Feb 2026 04:22:28 +0100 Subject: [PATCH] Apply suggestion from @silverwind Signed-off-by: silverwind --- tests/e2e/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/utils.ts b/tests/e2e/utils.ts index 4204cf0b84..e4021fa6f8 100644 --- a/tests/e2e/utils.ts +++ b/tests/e2e/utils.ts @@ -3,7 +3,7 @@ import {expect} from '@playwright/test'; import type {APIRequestContext, Locator, Page} from '@playwright/test'; export function apiBaseUrl() { - return env.E2E_URL?.replace(/\/$/g, '') || 'http://localhost:3000'; + return env.E2E_URL?.replace(/\/$/g, ''); } export function apiHeaders() {