Skip to content

Commit 44a4bea

Browse files
committed
Fixup: add missing .env
1 parent 11c6c18 commit 44a4bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/start-proxy/environment.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ test("discoverActionsJdks - discovers JDK paths", (t) => {
7373
// Clear GHA variables that may interfere with this test in CI.
7474
for (const envVar of Object.keys(process.env)) {
7575
if (envVar.startsWith("JAVA_HOME_")) {
76-
delete process[envVar];
76+
delete process.env[envVar];
7777
}
7878
}
7979

0 commit comments

Comments
 (0)