Skip to content

Commit

Permalink
tests(instrumentation): fix broken test after upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
secustor committed Dec 20, 2024
1 parent 24f9a66 commit 1ef41bd
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions lib/instrumentation/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ describe('instrumentation/index', () => {
_registeredSpanProcessors: [
{
_exporter: {
_transport: {
_delegate: {
_transport: {
_parameters: {
url: 'https://collector.example.com/v1/traces',
_transport: {
_parameters: {
url: 'https://collector.example.com/v1/traces',
},
},
},
},
Expand All @@ -88,10 +90,12 @@ describe('instrumentation/index', () => {
{ _exporter: {} },
{
_exporter: {
_transport: {
_delegate: {
_transport: {
_parameters: {
url: 'https://collector.example.com/v1/traces',
_transport: {
_parameters: {
url: 'https://collector.example.com/v1/traces',
},
},
},
},
Expand Down

0 comments on commit 1ef41bd

Please sign in to comment.