tests: fix tag name in audiovm test

This commit is contained in:
Marek Marczykowski-Górecki 2020-03-09 01:11:58 +01:00
parent 532d9a3a98
commit 4cfc423d5e
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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