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 32cc030 commit 531ee00Copy full SHA for 531ee00
tests/misc/test_pool.py
@@ -12,4 +12,4 @@ def test_pool_join(hostA1, hostB1):
12
# FIXME: is this gymnastics necessary?
13
# If no, fix TestPoolToDiskCertInheritanceOnPoolJoin too
14
joined_host = hostA1.pool.get_host_by_uuid(hostB1.uuid)
15
- hostA1.pool.eject(joined_host)
+ hostA1.pool.eject_host(joined_host)
0 commit comments