We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c335aa commit d976eddCopy full SHA for d976edd
1 file changed
functions/llm-internal-calvin/__tests__/index.test.ts
@@ -86,7 +86,7 @@ describe('LLM Internal Calvin Function (Integration)', () => {
86
imagePullPolicy: "IfNotPresent",
87
command: ["npx", "ts-node", "functions/_runtimes/node/runner.js", "functions/llm-internal-calvin/src/index.ts"],
88
env: [
89
- { name: "CALVIN_API_KEY", value: "42ee96e2cf9c616c81f5b361b36c899d7bda0e1495fb4b98b46a208c923c35e7" },
+ { name: "CALVIN_API_KEY", value: process.env.CALVIN_API_KEY },
90
{ name: "PORT", value: "8080" }
91
]
92
}]
0 commit comments