qubes/tests: fix regression in test setup

Regression was caused by 648fe213 "core3: test fixing"
This commit is contained in:
Wojtek Porczyk 2015-12-23 14:22:40 +01:00
parent e4a0cfc8c8
commit 5c57b4cda7

View File

@ -362,8 +362,7 @@ class SystemTestsMixin(object):
return VMPREFIX + name
@staticmethod
def _remove_vm_qubes(vm):
def _remove_vm_qubes(self, vm):
vmname = vm.name
app = vm.app