summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuganthi Mani <suganthi.mani@mongodb.com>2022-03-16 04:30:28 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-16 09:26:15 +0000
commit465ab57cc70ff86170e78196b8e001ff8c74ef57 (patch)
tree7f047f00f6142c7ae9004225d475b6e291dc0b8b
parentceca8a9f7fb4c89af6ce2cd84379f049c4d4c19e (diff)
downloadmongo-465ab57cc70ff86170e78196b8e001ff8c74ef57.tar.gz
SERVER-64487 Fix tenant_migration_recipient_access_blocker_rollback.js
-rw-r--r--jstests/replsets/tenant_migration_recipient_access_blocker_rollback.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/replsets/tenant_migration_recipient_access_blocker_rollback.js b/jstests/replsets/tenant_migration_recipient_access_blocker_rollback.js
index 14cd36a837d..6ab2a79746e 100644
--- a/jstests/replsets/tenant_migration_recipient_access_blocker_rollback.js
+++ b/jstests/replsets/tenant_migration_recipient_access_blocker_rollback.js
@@ -215,8 +215,8 @@ function runRollbackAfterLoneRecipientForgetMigrationCommand(tenantId) {
tenantMigrationTest.stop();
}
-runRollbackAfterMigrationCommitted('testTenantId_1');
-runRollbackAfterLoneRecipientForgetMigrationCommand('testTenantId_2');
+runRollbackAfterMigrationCommitted('testTenantId-1');
+runRollbackAfterLoneRecipientForgetMigrationCommand('testTenantId-2');
recipientRst.stopSet();
})();