Skip to content

Commit 5d66ce1

Browse files
committed
[fix] minor typo
1 parent 5e130de commit 5d66ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib-http-proxy-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describe('lib/http-proxy.js', function() {
122122
proxy.on('error', function (err) {
123123
expect(err).to.be.an(Error);
124124
expect(err.code).to.be('ECONNREFUSED');
125-
proxyServer._server.close();
125+
proxy._server.close();
126126
done();
127127
})
128128

0 commit comments

Comments
 (0)