Trivial: fix a type in tests

Change-Id: I735a6289b9b94b90f0737a4743b7281dd2bdcedf
This commit is contained in:
Dmitry Tantsur 2021-02-11 18:06:31 +01:00
parent 7fa890fb01
commit c9ac1c8186
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ class WorkOnDiskTestCase(base.IronicLibTestCase):
self.mock_mp.return_value = {'PReP Boot partition': prep_part,
'root': root_part}
self.mock_ibd.return_vaue = True
self.mock_ibd.return_value = True
calls = [mock.call(root_part),
mock.call(prep_part)]
disk_utils.work_on_disk(self.dev, self.root_mb,