Skip to content

Commit

Permalink
!fixup fix test-http-agent-keepalive test
Browse files Browse the repository at this point in the history
For some reason, this depended on the bad ending colon.
  • Loading branch information
brendanashworth committed May 5, 2015
1 parent 74c3cc5 commit a4e73b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-http-agent-keepalive.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function get(path, callback) {
}, callback);
}

var name = 'localhost:' + common.PORT + '::';
var name = 'localhost:' + common.PORT + ':';

function checkDataAndSockets(body) {
assert.equal(body.toString(), 'hello world');
Expand Down

0 comments on commit a4e73b9

Please sign in to comment.