We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb31e3d commit 0318e9fCopy full SHA for 0318e9f
1 file changed
test/integration/smoke/test_vm_deployment_planner.py
@@ -69,8 +69,7 @@ def deploy_vm(self, destination_id):
69
cmd = deployVirtualMachine.deployVirtualMachineCmd()
70
template = get_template(
71
self.apiclient,
72
- self.zone.id,
73
- hypervisor=self.hypervisor
+ self.zone.id
74
)
75
cmd.zoneid = self.zone.id
76
cmd.templateid = template.id
0 commit comments