tests: fix tag name in audiovm test
This commit is contained in:
parent
532d9a3a98
commit
4cfc423d5e
@ -614,7 +614,7 @@ class TC_90_Qubes(qubes.tests.QubesTestCase):
|
|||||||
# Change GuiVM
|
# Change GuiVM
|
||||||
appvm.guivm = vncvm
|
appvm.guivm = vncvm
|
||||||
self.assertIn('guivm-sys-vnc', appvm.tags)
|
self.assertIn('guivm-sys-vnc', appvm.tags)
|
||||||
self.assertNotIn('guivm-sys-vnc', appvm.tags)
|
self.assertNotIn('guivm-sys-gui', appvm.tags)
|
||||||
|
|
||||||
# Empty GuiVM
|
# Empty GuiVM
|
||||||
del appvm.guivm
|
del appvm.guivm
|
||||||
|
Loading…
Reference in New Issue
Block a user