Fix test error after bdfb85ac (refactor storage)

This commit is contained in:
Wojtek Porczyk 2016-06-21 10:10:11 +02:00
parent d6ad8d34a6
commit 66f46d8a25

View File

@ -302,7 +302,7 @@ class TC_03_FilePool(QubesTestCase):
}
},
label='red')
vm.storage.create_on_disk()
vm.storage.create()
expected_vmdir = os.path.join(self.APPVMS_DIR, vm.name)