Skip to content

Commit

Permalink
test: we dont import whole anacondalib module
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou authored and martinpitt committed Jul 27, 2024
1 parent 233636b commit 0e1b002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check-storage-reclaim
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class TestStorageUseFreeSpaceScenario(VirtInstallMachineCase, StorageCase):
r.check_disk_row("vda", parent="vda2", size="1.00 GB", action="resized from 4.29 GB")

@nondestructive
class TestReclaimLUKS(anacondalib.VirtInstallMachineCase, StorageCase):
class TestReclaimLUKS(VirtInstallMachineCase, StorageCase):

def testReclaimExt4onLUKS(self):
# Shrinking LUKS partitions is not yet supported
Expand Down

0 comments on commit 0e1b002

Please sign in to comment.