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 a0693d9 commit e62b3f5Copy full SHA for e62b3f5
test/test_dns.py
@@ -148,9 +148,7 @@ def run_test(self):
148
if num_seeds is not None:
149
self.assertEqual(len(client._topology_settings.seeds), num_seeds)
150
if hosts is not None:
151
- wait_until(
152
- lambda: hosts == client.nodes, "match test hosts to client nodes"
153
- )
+ wait_until(lambda: hosts == client.nodes, "match test hosts to client nodes")
154
if num_hosts is not None:
155
wait_until(
156
lambda: num_hosts == len(client.nodes), "wait to connect to num_hosts"
0 commit comments