summaryrefslogtreecommitdiff
path: root/jstests/serverless/shard_split_reconfig.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/serverless/shard_split_reconfig.js')
-rw-r--r--jstests/serverless/shard_split_reconfig.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/serverless/shard_split_reconfig.js b/jstests/serverless/shard_split_reconfig.js
index e77c2b03b6a..3f27c507bee 100644
--- a/jstests/serverless/shard_split_reconfig.js
+++ b/jstests/serverless/shard_split_reconfig.js
@@ -22,7 +22,7 @@ function shardSplitApplySplitConfig() {
const donorPrimary = test.donor.getPrimary();
const migrationId = UUID();
- const tenantIds = ["test_tenant_1", "test_tenant_2"];
+ const tenantIds = ["tenant1", "tenant2"];
jsTestLog("Asserting no state document exist before command");
assert.isnull(findMigration(donorPrimary, migrationId));