summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_recipient_access_blocker_rollback.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/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();
})();