Explorar o código

tests: fix tag name in audiovm test

Marek Marczykowski-Górecki %!s(int64=4) %!d(string=hai) anos
pai
achega
4cfc423d5e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      qubes/tests/app.py

+ 1 - 1
qubes/tests/app.py

@@ -614,7 +614,7 @@ class TC_90_Qubes(qubes.tests.QubesTestCase):
         # Change GuiVM
         appvm.guivm = vncvm
         self.assertIn('guivm-sys-vnc', appvm.tags)
-        self.assertNotIn('guivm-sys-vnc', appvm.tags)
+        self.assertNotIn('guivm-sys-gui', appvm.tags)
 
         # Empty GuiVM
         del appvm.guivm