summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js')
-rw-r--r--jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js b/jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js
index f59d22a17c2..01e903dd52d 100644
--- a/jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js
+++ b/jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js
@@ -26,7 +26,7 @@ const kTenantIdPrefix = "testTenantId";
const kUnrelatedDbNameDonor = "unrelatedDBDonor";
const kUnrelatedDbNameRecipient = "unrelatedDBRecipient";
const collName = "foo";
-const tenantId = kTenantIdPrefix + "_0";
+const tenantId = kTenantIdPrefix + "-0";
const migrationId = UUID();
const migrationOpts = {
migrationIdString: extractUUIDFromObject(migrationId),