Skip to content

Commit 0318e9f

Browse files
authored
test_vm_deployment_planner: fix using wrong hypervisor (#7718)
1 parent eb31e3d commit 0318e9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/smoke/test_vm_deployment_planner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ def deploy_vm(self, destination_id):
6969
cmd = deployVirtualMachine.deployVirtualMachineCmd()
7070
template = get_template(
7171
self.apiclient,
72-
self.zone.id,
73-
hypervisor=self.hypervisor
72+
self.zone.id
7473
)
7574
cmd.zoneid = self.zone.id
7675
cmd.templateid = template.id

0 commit comments

Comments
 (0)