Skip to content

Commit

Permalink
Update main.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Feb 22, 2024
1 parent a65b7fc commit 66f608f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2619,7 +2619,6 @@ describe('set dispatcher', () => {
const stubAgent = sinon.stub(undici, 'setGlobalDispatcher');
process.env.HTTP_PROXY = 'http://localhost:3000';
setDispatcher();
console.log(stubAgent.called);
const { calledOnce: agentCalled } = stubAgent;
stubAgent.restore();
delete process.env.HTTP_PROXY;
Expand Down

0 comments on commit 66f608f

Please sign in to comment.