Skip to content

Commit

Permalink
chore: fix linter errors caused by linter update (nodejs#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen authored and crysmags committed Feb 27, 2024
1 parent 4ded924 commit dd7c96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/headers-as-array.js
Expand Up @@ -59,7 +59,7 @@ test('fail if headers is not an object or an array', (t) => {
client.request({
path: '/',
method: 'GET',
headers: headers
headers
}, (err) => {
t.ok(err instanceof errors.InvalidArgumentError)
t.equal(err.message, 'headers must be an object or an array')
Expand Down

0 comments on commit dd7c96c

Please sign in to comment.