Skip to content

Commit a4e73b9

Browse files
!fixup fix test-http-agent-keepalive test
For some reason, this depended on the bad ending colon.
1 parent 74c3cc5 commit a4e73b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-http-agent-keepalive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function get(path, callback) {
3434
}, callback);
3535
}
3636

37-
var name = 'localhost:' + common.PORT + '::';
37+
var name = 'localhost:' + common.PORT + ':';
3838

3939
function checkDataAndSockets(body) {
4040
assert.equal(body.toString(), 'hello world');

0 commit comments

Comments
 (0)