diff --git a/tests/disk_custom_gui_standard_partition_ext4.pm b/tests/disk_custom_gui_standard_partition_ext4.pm index cbe25c21..74f27929 100644 --- a/tests/disk_custom_gui_standard_partition_ext4.pm +++ b/tests/disk_custom_gui_standard_partition_ext4.pm @@ -20,7 +20,7 @@ sub run { #custom_add_partition(filesystem => 'ext4', mountpoint => '/'); custom_add_partition(filesystem => 'ext4', size => 512, mountpoint => '/boot', devicetype => 'standard_partition'); - custom_add_partition(filesystem => 'ext4', size => 512, mountpoint => 'swap'); + custom_add_partition(filesystem => 'swap', size => 512, mountpoint => 'swap'); custom_add_partition(filesystem => 'ext4', mountpoint => '/', devicetype => 'standard_partition'); assert_and_click "anaconda_spoke_done";