summaryrefslogtreecommitdiff
path: root/jstests/serverless/shard_split_recipient_removes_serverless_lock.js
diff options
context:
space:
mode:
authormathisbessamdb <mathis.bessa@mongodb.com>2022-11-18 23:04:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-18 23:58:48 +0000
commit4fd85ab061c1b31af3d641d743420d66ce25cf5c (patch)
treeac715e5637d6aee1523be2fdc8bf185058910c60 /jstests/serverless/shard_split_recipient_removes_serverless_lock.js
parent0d9b3912cee0897af35ec529a687d886f2b5a06d (diff)
downloadmongo-4fd85ab061c1b31af3d641d743420d66ce25cf5c.tar.gz
SERVER-71179 Update the ShardSplitCommands to use the TenantId class
Diffstat (limited to 'jstests/serverless/shard_split_recipient_removes_serverless_lock.js')
-rw-r--r--jstests/serverless/shard_split_recipient_removes_serverless_lock.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/serverless/shard_split_recipient_removes_serverless_lock.js b/jstests/serverless/shard_split_recipient_removes_serverless_lock.js
index ea2611edda2..92b778296e2 100644
--- a/jstests/serverless/shard_split_recipient_removes_serverless_lock.js
+++ b/jstests/serverless/shard_split_recipient_removes_serverless_lock.js
@@ -20,7 +20,7 @@ const test = new ShardSplitTest({quickGarbageCollection: true});
test.addRecipientNodes();
const donorPrimary = test.donor.getPrimary();
-const tenantIds = ["tenant1", "tenant2"];
+const tenantIds = [ObjectId(), ObjectId()];
const operation = test.createSplitOperation(tenantIds);
const donorAfterBlockingFailpoint =