Skip to content

Commit 1752988

Browse files
authoredSep 12, 2024··
Merge pull request #89 from thedadams/override-knowledge-credential
fix: override knowledge credential in test
2 parents 1cf71a6 + bdc37a6 commit 1752988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/gptscript.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ describe("gptscript module", () => {
204204
const testGptPath = path.join(__dirname, "fixtures", "global-tools.gpt")
205205
const opts = {
206206
disableCache: true,
207+
credentialOverrides: ["github.com/gptscript-ai/gateway:OPENAI_API_KEY"]
207208
}
208209

209210
const run = await g.run(testGptPath, opts)

0 commit comments

Comments
 (0)
Please sign in to comment.