Skip to content

Commit

Permalink
fix breaking proxy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrenner committed Oct 11, 2024
1 parent a4001d5 commit ca22dff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dd-trace/test/proxy.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ describe('TracerProxy', () => {
remoteConfig: {
enabled: true
},
configure: sinon.spy()
configure: sinon.spy(),
llmobs: {}
}
Config = sinon.stub().returns(config)

Expand Down

0 comments on commit ca22dff

Please sign in to comment.