summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-client-agent.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-client-agent.js')
-rw-r--r--test/parallel/test-http-client-agent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-client-agent.js b/test/parallel/test-http-client-agent.js
index d3e1dea7aa..3fb647399d 100644
--- a/test/parallel/test-http-client-agent.js
+++ b/test/parallel/test-http-client-agent.js
@@ -49,7 +49,7 @@ server.listen(0, function() {
function request(i) {
const req = http.get({
port: server.address().port,
- path: '/' + i
+ path: `/${i}`
}, function(res) {
const socket = req.socket;
socket.on('close', function() {