Skip to content

Commit

Permalink
fix patches tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-theriault-swi committed Nov 11, 2024
1 parent 79f91fb commit bd0d2bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/solarwinds-apm/test/patches.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ describe("patch", () => {
patch(configs, options)
expect(configs["@opentelemetry/instrumentation-aws-lambda"]).to.deep.equal({
enabled: false,
disableAwsContextPropagation: true,
})
expect(configs["@opentelemetry/instrumentation-aws-sdk"]).to.deep.equal({})
expect(configs["@opentelemetry/instrumentation-fs"]).to.deep.equal({
Expand Down Expand Up @@ -64,7 +63,6 @@ describe("patch", () => {
const configs: InstrumentationConfigMap = {
"@opentelemetry/instrumentation-aws-lambda": {
enabled: true,
disableAwsContextPropagation: false,
},
"@opentelemetry/instrumentation-aws-sdk": {
enabled: false,
Expand Down Expand Up @@ -93,7 +91,6 @@ describe("patch", () => {
patch(configs, options)
expect(configs["@opentelemetry/instrumentation-aws-lambda"]).to.deep.equal({
enabled: true,
disableAwsContextPropagation: false,
})
expect(configs["@opentelemetry/instrumentation-aws-sdk"]).to.deep.equal({
enabled: false,
Expand Down

0 comments on commit bd0d2bd

Please sign in to comment.