File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ const openaiCompat = require("../src/lib/providers/openai-compat");
2020const xai = require ( "../src/lib/providers/xai" ) ;
2121const { 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-
2623function 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` ) ;
You can’t perform that action at this time.
0 commit comments