Skip to content

Commit

Permalink
fixup! fix(exporters): use parseHeaders() to ensure header-values are…
Browse files Browse the repository at this point in the history
… not 'undefined'
  • Loading branch information
pichlermarc committed Mar 12, 2024
1 parent 02dc846 commit 85d3d4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('utils', () => {
const args = spyWarn.args[0];
assert.strictEqual(
args[0],
'Header "foo1" has wrong value and will be ignored'
'Header "foo1" has invalid value (undefined) and will be ignored'
);
});

Expand Down

0 comments on commit 85d3d4c

Please sign in to comment.