summaryrefslogtreecommitdiff
path: root/jstests/fail_point
diff options
context:
space:
mode:
authorAli Mir <ali.mir@mongodb.com>2020-10-02 20:40:13 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-13 21:19:55 +0000
commit6831f81b2b84325a2ef4f8c74c71d478eeadb34a (patch)
tree9d1b0003bb8d5f3ee61e0cc3673dcb37bede0938 /jstests/fail_point
parentded7b44e03b6aea749c764d0e4cc2556785b4eb4 (diff)
downloadmongo-6831f81b2b84325a2ef4f8c74c71d478eeadb34a.tar.gz
SERVER-51282 Replace all remaining reference to master slave terminology in jstests
Diffstat (limited to 'jstests/fail_point')
-rw-r--r--jstests/fail_point/set_failpoint_through_set_parameter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/fail_point/set_failpoint_through_set_parameter.js b/jstests/fail_point/set_failpoint_through_set_parameter.js
index d35ea87e240..4f8c311592b 100644
--- a/jstests/fail_point/set_failpoint_through_set_parameter.js
+++ b/jstests/fail_point/set_failpoint_through_set_parameter.js
@@ -7,7 +7,7 @@
"use strict";
var assertStartupSucceeds = function(conn) {
- assert.commandWorked(conn.adminCommand({ismaster: 1}));
+ assert.commandWorked(conn.adminCommand({hello: 1}));
};
var assertStartupFails = function(conn) {