summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-agent-keepalive.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-agent-keepalive.js')
-rw-r--r--test/parallel/test-http-agent-keepalive.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-agent-keepalive.js b/test/parallel/test-http-agent-keepalive.js
index 6800e893e3..0eb87899c5 100644
--- a/test/parallel/test-http-agent-keepalive.js
+++ b/test/parallel/test-http-agent-keepalive.js
@@ -62,7 +62,7 @@ function second() {
function remoteClose() {
// mock remote server close the socket
get('/remote_close', function(res) {
- assert.deepEqual(res.statusCode, 200);
+ assert.deepStrictEqual(res.statusCode, 200);
res.on('data', checkDataAndSockets);
res.on('end', function() {
assert.equal(agent.sockets[name].length, 1);