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() {