Skip to content

Commit 325b421

Browse files
committed
Fix formatting in tests
1 parent cc255c6 commit 325b421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qubes/tests/vm/qubesvm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ def test_600_libvirt_xml_hvm_with_qemu_args(self):
12301230
vm.netvm = None
12311231
vm.virt_mode = "hvm"
12321232
vm.debug = True
1233-
vm.features['qemu-extra-args'] = '-some-option'
1233+
vm.features["qemu-extra-args"] = "-some-option"
12341234
libvirt_xml = vm.create_config_file()
12351235
self.assertXMLEqual(
12361236
lxml.etree.XML(libvirt_xml), lxml.etree.XML(expected)

0 commit comments

Comments
 (0)