Skip to content

Commit 21fe576

Browse files
committed
fixup! linstor: switch from sr_disks_for_all_hosts to pool_with_unused_512B_disk
1 parent 8622583 commit 21fe576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/storage/linstor/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@pytest.fixture(scope='package')
2626
def lvm_disks(pool_with_unused_512B_disk: Pool,
2727
unused_512B_disks: dict[Host, list[Host.BlockDeviceInfo]],
28-
provisioning_type: str) -> Generator[list[str]]:
28+
provisioning_type: str) -> Generator[None]:
2929
"""
3030
Common LVM PVs on which a LV is created on each host of the pool.
3131

0 commit comments

Comments
 (0)