Skip to content

Commit

Permalink
Update experimental/packages/opentelemetry-sdk-node/test/sdk.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Pichler <[email protected]>
  • Loading branch information
JacksonWeber and pichlermarc authored Jan 30, 2024
1 parent 5c65cc0 commit a639e1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ describe('setup exporter from env', () => {
assert.ok(
sdk['_tracerProvider']!['_config']?.sampler instanceof AlwaysOffSampler
);
assert(listOfProcessors.length === 1);
assert.strictEqual(listOfProcessors.length, 1);
delete env.OTEL_TRACES_EXPORTER;
});
it('use otlp exporter and defined exporter protocol env value', async () => {
Expand Down

0 comments on commit a639e1c

Please sign in to comment.