Skip to content

Commit

Permalink
Merge pull request #89 from thedadams/override-knowledge-credential
Browse files Browse the repository at this point in the history
fix: override knowledge credential in test
  • Loading branch information
thedadams authored Sep 12, 2024
2 parents 1cf71a6 + bdc37a6 commit 1752988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/gptscript.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ describe("gptscript module", () => {
const testGptPath = path.join(__dirname, "fixtures", "global-tools.gpt")
const opts = {
disableCache: true,
credentialOverrides: ["github.com/gptscript-ai/gateway:OPENAI_API_KEY"]
}

const run = await g.run(testGptPath, opts)
Expand Down

0 comments on commit 1752988

Please sign in to comment.