From 19b7ba8735b5ddd569cebdb155fc335b5f0553c3 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 21 Dec 2022 14:19:53 -0700 Subject: [PATCH] fixup: use REVERSE_PROXY_BASE_PATH --- test/e2e/routes.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/routes.test.ts b/test/e2e/routes.test.ts index ac2829d34..641270494 100644 --- a/test/e2e/routes.test.ts +++ b/test/e2e/routes.test.ts @@ -1,5 +1,6 @@ import { describe, test, expect } from "./baseFixture" import { clean } from "../utils/helpers" +import { REVERSE_PROXY_BASE_PATH } from "../utils/constants" const routes = ["/", "/vscode", "/vscode/"] @@ -17,7 +18,7 @@ describe("VS Code Routes", ["--disable-workspace-trust"], {}, async () => { const url = new URL(codeServerPage.page.url()) if (process.env.USE_PROXY === "1") { // Behind proxy, path will be /