Skip to content

Commit 3afabab

Browse files
committed
add await *triple facepalm*
1 parent ebb9fb7 commit 3afabab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def discover():
626626
return connected_host_list
627627

628628
try:
629-
async_wait_until(lambda: target_host_list == discover(), "connected to all hosts")
629+
await async_wait_until(lambda: target_host_list == discover(), "connected to all hosts")
630630
except AssertionError as exc:
631631
raise AssertionError(
632632
f"{exc}, {connected_host_list} != {target_host_list}, {client.topology_description}"

0 commit comments

Comments
 (0)