Browse Source

qubes/tests: fix regression in test setup

Regression was caused by 648fe213 "core3: test fixing"
Wojtek Porczyk 8 years ago
parent
commit
5c57b4cda7
1 changed files with 1 additions and 2 deletions
  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