Skip to content

Commit

Permalink
Fix VMware compute profile test (#17310)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Ganar <[email protected]>
  • Loading branch information
shubhamsg199 authored Jan 15, 2025
1 parent b982550 commit eaac451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_computeresource_vmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def test_positive_vmware_custom_profile_end_to_end(
cpus = ['2', '4', '6']
vm_memory = ['4000', '6000', '8000']
annotation_notes = gen_string('alpha')
firmware_type = ['Automatic', 'BIOS', 'EFI']
firmware_type = ['Automatic', 'BIOS', 'UEFI']
resource_pool = VMWARE_CONSTANTS['pool']
folder = VMWARE_CONSTANTS['folder']
virtual_hw_version = VMWARE_CONSTANTS['virtualhw_version']
Expand Down

0 comments on commit eaac451

Please sign in to comment.