Explorar el Código

qubes/tests: fix regression in test setup

Regression was caused by 648fe213 "core3: test fixing"
Wojtek Porczyk hace 8 años
padre
commit
5c57b4cda7
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      qubes/tests/__init__.py

+ 1 - 2
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