diff options
author | Cheahuychou Mao <mao.cheahuychou@gmail.com> | 2021-02-11 21:14:31 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-02-12 00:14:18 +0000 |
commit | 9dfb7e0b38f0fa2648d7dcbe17a38a2ff532ab01 (patch) | |
tree | bcf9ffcc42da8cb3cf02c08ca0d40691357a0cff /jstests | |
parent | 5d2dbc60a46022118830638eceda06807bdd5a6a (diff) | |
download | mongo-9dfb7e0b38f0fa2648d7dcbe17a38a2ff532ab01.tar.gz |
SERVER-54479 Fix typo in the name for pauseTenantMigrationAfterPersistingInitialDonorStateDoc
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/replsets/tenant_migration_cluster_time_keys_cloning.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/tenant_migration_cluster_time_keys_cloning.js b/jstests/replsets/tenant_migration_cluster_time_keys_cloning.js index c911af0417a..d2bba452dc1 100644 --- a/jstests/replsets/tenant_migration_cluster_time_keys_cloning.js +++ b/jstests/replsets/tenant_migration_cluster_time_keys_cloning.js @@ -133,7 +133,7 @@ const migrationX509Options = TenantMigrationUtil.makeX509OptionsForTest(); let donorPrimary = donorRst.getPrimary(); const fp = - configureFailPoint(donorPrimary, "pauseTenantMigrationAfterPersitingInitialDonorStateDoc"); + configureFailPoint(donorPrimary, "pauseTenantMigrationAfterPersistingInitialDonorStateDoc"); const migrationId = UUID(); const migrationOpts = { |