summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_external_keys_ttl.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_external_keys_ttl.js')
-rw-r--r--jstests/replsets/tenant_migration_external_keys_ttl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/tenant_migration_external_keys_ttl.js b/jstests/replsets/tenant_migration_external_keys_ttl.js
index ffc313329fd..145296badc1 100644
--- a/jstests/replsets/tenant_migration_external_keys_ttl.js
+++ b/jstests/replsets/tenant_migration_external_keys_ttl.js
@@ -31,7 +31,7 @@ const ttlMonitorOptions = {
let counter = 0;
let makeTenantId = function() {
- return kTenantIdPrefix + "_" + counter++;
+ return kTenantIdPrefix + "-" + counter++;
};
function waitForExternalKeysTTLIndex(conn) {