Skip to content

Commit dd9b9c0

Browse files
authored
Update the disk size so that it does not include the "GB" suffix. (SatelliteQE#22127)
1 parent ed0fa9b commit dd9b9c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/foreman/ui/test_computeresource_vmware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def test_positive_vmware_custom_profile_end_to_end(
359359
memory_hot_add = True
360360
cpu_hot_add = True
361361
cdrom_drive = True
362-
disk_size = '10 GB'
362+
disk_size = '10'
363363
network = 'VLAN 400' # hardcoding network here as this test won't be doing actual provisioning
364364
storage_data = {
365365
'storage': {

0 commit comments

Comments
 (0)