Skip to content

Commit 3761cec

Browse files
committed
Merge portable test scratch fix
2 parents a786a8b + 69ee287 commit 3761cec

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/gateway.test.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ const openaiCompat = require("../src/lib/providers/openai-compat");
2020
const xai = require("../src/lib/providers/xai");
2121
const { orderMembers, isRetryableStatus } = require("../src/lib/router");
2222

23-
const SCRATCH = process.env.REROUTED_SCRATCH || "/tmp/grok-goal-bf3f39dc0f60/implementer";
24-
fs.mkdirSync(SCRATCH, { recursive: true });
25-
2623
function tmpConfig() {
2724
const dir = fs.mkdtempSync(path.join(os.tmpdir(), "rr-test-"));
2825
return path.join(dir, "config.json");
@@ -1369,7 +1366,3 @@ describe("OAuth → OpenAI SSE translation pipes", () => {
13691366
assert.ok(joined.includes("[DONE]"));
13701367
});
13711368
});
1372-
1373-
// Write a short evidence log
1374-
const logPath = path.join(SCRATCH, "unit-tests-selfcheck.txt");
1375-
fs.writeFileSync(logPath, `gateway tests module loaded at ${new Date().toISOString()}\n`);

0 commit comments

Comments
 (0)