Skip to content

Commit 531ee00

Browse files
committed
fixup! New test: pool_join
1 parent 32cc030 commit 531ee00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/misc/test_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def test_pool_join(hostA1, hostB1):
1212
# FIXME: is this gymnastics necessary?
1313
# If no, fix TestPoolToDiskCertInheritanceOnPoolJoin too
1414
joined_host = hostA1.pool.get_host_by_uuid(hostB1.uuid)
15-
hostA1.pool.eject(joined_host)
15+
hostA1.pool.eject_host(joined_host)

0 commit comments

Comments
 (0)