Skip to content

Commit 07c0840

Browse files
committed
working changes
1 parent 98205b8 commit 07c0840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ def check_auth_with_sharding(self, func):
573573
func=func)
574574

575575
def is_topology_type(self, topologies):
576+
# TODO: add support for 'sharded-replicaset' topology type.
576577
if 'single' in topologies and not (self.is_mongos or self.is_rs):
577578
return True
578579
if 'replicaset' in topologies and self.is_rs:

0 commit comments

Comments
 (0)