Skip to content

Commit

Permalink
Update test/interceptors/dns.js
Browse files Browse the repository at this point in the history
Co-authored-by: Matteo Collina <[email protected]>
  • Loading branch information
metcoder95 and mcollina authored Dec 10, 2024
1 parent d7ec3b6 commit dbc692d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interceptors/dns.js
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ test('Should handle max cached items', async t => {
t.equal(await response3.body.text(), 'hello world! (x2)')
})

test('#3937 - Handle host correctly', { only: true }, async t => {
test('#3937 - Handle host correctly', async t => {
t = tspl(t, { plan: 10 })

const hostsnames = []
Expand Down

0 comments on commit dbc692d

Please sign in to comment.