Skip to content

Commit 2e3e148

Browse files
committed
http: improved test
1 parent 4a13ed9 commit 2e3e148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/async-hooks/test-graph.http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const server = http.createServer(common.mustCall((req, res) => {
1717
server.close(common.mustCall());
1818
}));
1919
server.listen(0, common.mustCall(() => {
20-
const req = http.get({
20+
http.get({
2121
host: '::1',
2222
family: 6,
2323
port: server.address().port

0 commit comments

Comments
 (0)