Skip to content

Commit 968fc56

Browse files
committed
Fix test_timeout_configuration
1 parent 9136b56 commit 968fc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_topology.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_timeout_configuration(self):
121121
self.assertEqual(1, monitor._pool.opts.socket_timeout)
122122

123123
# The monitor, not its pool, is responsible for calling hello.
124-
self.assertFalse(monitor._pool.handshake)
124+
self.assertTrue(monitor._pool.is_sdam)
125125

126126

127127
class TestSingleServerTopology(TopologyTest):

0 commit comments

Comments
 (0)