We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2caeb commit 5a5e802Copy full SHA for 5a5e802
1 file changed
test/integration/langfuse.integration.test.js
@@ -35,7 +35,7 @@ describe('Langfuse Integration', () => {
35
const serverInstance = await startTestServer('langfuse.integration.test.js', {
36
LANGFUSE_PUBLIC_KEY: process.env.LANGFUSE_PUBLIC_KEY,
37
LANGFUSE_SECRET_KEY: process.env.LANGFUSE_SECRET_KEY,
38
- LANGFUSE_HOST: process.env.LANGFUSE_HOST || 'http://localhost:3000'
+ LANGFUSE_HOST: process.env.LANGFUSE_HOST || 'http://localhost:3000',
39
})
40
serverProcess = serverInstance.serverProcess
41
serverUrl = serverInstance.baseUrl
0 commit comments