Skip to content

Commit

Permalink
fixing testcase with no machine type
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishekism9450 committed Sep 4, 2023
1 parent 5342dd6 commit e92dd9d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nutanix/resource_nutanix_virtual_machine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -632,12 +632,6 @@ func TestAccNutanixVirtualMachine_SecureBootWithNoMachineType(t *testing.T) {
Config: testAccNutanixVMConfigWithSecureBootWithNoMachineType(name, desc, memory),
ExpectError: regexp.MustCompile("Machine type must be set to Q35 for secure boot."),
},
{
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"disk_list"},
},
},
})
}
Expand Down

0 comments on commit e92dd9d

Please sign in to comment.