Skip to content

Commit

Permalink
fix eval metric integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrenner committed Oct 16, 2024
1 parent 00d4572 commit ad28001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dd-trace/test/llmobs/sdk/integration.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ describe('end to end sdk integration tests', () => {
tracer = require('../../../../dd-trace')
tracer.init({
llmobs: {
mlApp: 'test'
mlApp: 'test',
apiKey: 'test'
}
})

Expand Down

0 comments on commit ad28001

Please sign in to comment.