Skip to content

Commit

Permalink
fixup! fix: make mock headers case-insensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
cola119 committed Jul 31, 2022
1 parent 57ec203 commit 956023c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/mock-agent.js
Expand Up @@ -2469,6 +2469,7 @@ test('MockAgent - headers in mock dispatcher intercept should be case-insensitiv
const { fetch } = require('..')

const mockAgent = new MockAgent()
mockAgent.disableNetConnect()
setGlobalDispatcher(mockAgent)
t.teardown(mockAgent.close.bind(mockAgent))

Expand Down

0 comments on commit 956023c

Please sign in to comment.