Skip to content

Commit

Permalink
fix evaulations test
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrenner committed Oct 29, 2024
1 parent 3e6945b commit cc6fec5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dd-trace/test/llmobs/sdk/integration.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ describe('end to end sdk integration tests', () => {
})
}

tracer._tracer._config.apiKey = 'test'

sinon.spy(tracer._tracer._processor, 'process')
sinon.stub(AgentProxyWriter.prototype, 'append')
sinon.stub(EvalMetricsWriter.prototype, 'append')
Expand Down

0 comments on commit cc6fec5

Please sign in to comment.