summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/active_migrations_registry_test.cpp
diff options
context:
space:
mode:
authorPaolo Polato <paolo.polato@mongodb.com>2021-08-10 07:51:49 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-10 10:46:17 +0000
commit1242fd1ee165d803fde22974aa232ebaec342c0e (patch)
tree4ecf75036c657f3fc2c254935809af26c02b885c /src/mongo/db/s/active_migrations_registry_test.cpp
parentb788a021e822ed30bd0f04dc972038721ba55688 (diff)
downloadmongo-1242fd1ee165d803fde22974aa232ebaec342c0e.tar.gz
SERVER-59213 Refactoring MoveChunkRequest::appendAsCommand()
Diffstat (limited to 'src/mongo/db/s/active_migrations_registry_test.cpp')
-rw-r--r--src/mongo/db/s/active_migrations_registry_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/s/active_migrations_registry_test.cpp b/src/mongo/db/s/active_migrations_registry_test.cpp
index 4d3418fb331..bfe59908b24 100644
--- a/src/mongo/db/s/active_migrations_registry_test.cpp
+++ b/src/mongo/db/s/active_migrations_registry_test.cpp
@@ -66,7 +66,6 @@ MoveChunkRequest createMoveChunkRequest(const NamespaceString& nss) {
&builder,
nss,
chunkVersion,
- assertGet(ConnectionString::parse("TestConfigRS/CS1:12345,CS2:12345,CS3:12345")),
ShardId("shard0001"),
ShardId("shard0002"),
ChunkRange(BSON("Key" << -100), BSON("Key" << 100)),