Skip to content

Commit

Permalink
chore(sdk-node): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Nov 12, 2024
1 parent 9bd9bb8 commit 4b41b62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ describe('setup exporter from env', () => {
});

it('should be able to use console exporter but not http/json exporter', async () => {
env.OTEL_TRACES_EXPORTER = 'http/json';
env.OTEL_TRACES_EXPORTER = 'console, http/json';
const sdk = new NodeSDK();
sdk.start();

Expand Down

0 comments on commit 4b41b62

Please sign in to comment.