summaryrefslogtreecommitdiff
path: root/jstests/fail_point
diff options
context:
space:
mode:
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) {