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 ebb9fb7 commit 3afababCopy full SHA for 3afabab
test/utils.py
@@ -626,7 +626,7 @@ def discover():
626
return connected_host_list
627
628
try:
629
- async_wait_until(lambda: target_host_list == discover(), "connected to all hosts")
+ await async_wait_until(lambda: target_host_list == discover(), "connected to all hosts")
630
except AssertionError as exc:
631
raise AssertionError(
632
f"{exc}, {connected_host_list} != {target_host_list}, {client.topology_description}"
0 commit comments