Skip to content

Commit 5a5e802

Browse files
committed
fix: add trailing comma to fix linting error
1 parent eb2caeb commit 5a5e802

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/langfuse.integration.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('Langfuse Integration', () => {
3535
const serverInstance = await startTestServer('langfuse.integration.test.js', {
3636
LANGFUSE_PUBLIC_KEY: process.env.LANGFUSE_PUBLIC_KEY,
3737
LANGFUSE_SECRET_KEY: process.env.LANGFUSE_SECRET_KEY,
38-
LANGFUSE_HOST: process.env.LANGFUSE_HOST || 'http://localhost:3000'
38+
LANGFUSE_HOST: process.env.LANGFUSE_HOST || 'http://localhost:3000',
3939
})
4040
serverProcess = serverInstance.serverProcess
4141
serverUrl = serverInstance.baseUrl

0 commit comments

Comments
 (0)