SERVER-121041 Callers of stopMongod incorrectly passing opts as signal argument (#49232)

GitOrigin-RevId: 0f276f7b4d77914dee84ef4df74526d14259a334
This commit is contained in:
clarissecheah 2026-03-10 15:52:23 +11:00 committed by MongoDB Bot
parent f31ff22641
commit 92a72d5e58

View File

@ -117,4 +117,4 @@ assert.eq(ErrorCodes.IllegalOperation, res.code);
// At this point, all the user documents are gone, so further activity may be unauthorized,
// depending on cluster configuration. So, this is the end of the test.
MongoRunner.stopMongod(conn, {user: "userAdmin", pwd: "password"});
MongoRunner.stopMongod(conn, null, {user: "userAdmin", pwd: "password"});