diff --git a/qubes/tests/__init__.py b/qubes/tests/__init__.py index a481f393..3af4886e 100644 --- a/qubes/tests/__init__.py +++ b/qubes/tests/__init__.py @@ -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