We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9136b56 commit 968fc56Copy full SHA for 968fc56
test/test_topology.py
@@ -121,7 +121,7 @@ def test_timeout_configuration(self):
121
self.assertEqual(1, monitor._pool.opts.socket_timeout)
122
123
# The monitor, not its pool, is responsible for calling hello.
124
- self.assertFalse(monitor._pool.handshake)
+ self.assertTrue(monitor._pool.is_sdam)
125
126
127
class TestSingleServerTopology(TopologyTest):
0 commit comments