Skip to content

Commit e534ed5

Browse files
fix: remove hardcoded COPILOT_CLI_PATH from test
1 parent b136d99 commit e534ed5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nodejs/test/e2e/session_fs.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ import {
1616
} from "../../src/index.js";
1717
import { createSdkTestContext } from "./harness/sdkTestContext.js";
1818

19-
process.env.COPILOT_CLI_PATH =
20-
"c:\\Users\\stevesa\\.copilot\\worktrees\\copilot-agent-runtime\\amber-aura\\dist-cli\\index.js";
2119

2220
describe("Session Fs", async () => {
2321
// Single provider for the describe block — session IDs are unique per test,

0 commit comments

Comments
 (0)