fix(tests): correct security check failure

This commit is contained in:
Vincent Koc
2026-03-08 18:13:35 -07:00
parent ccd6043240
commit 3fe81fdb96
2 changed files with 5 additions and 5 deletions

View File

@@ -617,7 +617,7 @@ describe("secrets runtime snapshot", () => {
});
await fs.writeFile(
secretFile,
`${JSON.stringify({ providers: { openai: { apiKey: "sk-file-runtime" } } }, null, 2)}\n`,
`${JSON.stringify({ providers: { openai: { apiKey: "sk-file-runtime" } } }, null, 2)}\n`, // pragma: allowlist secret
{ encoding: "utf8", mode: 0o600 },
);
await fs.writeFile(