Skip to content

Commit

Permalink
fixup! Update packages/opentelemetry-core/test/common/utils/configura…
Browse files Browse the repository at this point in the history
…tion.test.ts
  • Loading branch information
pichlermarc committed Feb 17, 2025
1 parent bfbce37 commit 5acb77e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ describe('stringToLogLevel', function () {
assert.strictEqual(diagLogLevelFromString(undefined), undefined);
});

it('should return undefined on null input', function () {
assert.strictEqual(diagLogLevelFromString(null), undefined);
});

it('should fall back to INFO and warn on input that cannot be mapped', function () {
const warnStub = sinon.stub(diag, 'warn');
assert.strictEqual(
Expand Down

0 comments on commit 5acb77e

Please sign in to comment.