[image-build] Fix failable tests
A missing input value was causing tests to not check the expected condition (even though they were still passing). Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
2b897ec6ea
commit
3baa386ed4
@ -504,6 +504,7 @@ class TestCreateImageBuildThread(unittest.TestCase):
|
||||
"image_dir": '/image_dir/Client/%(arch)s',
|
||||
"relative_image_dir": 'image_dir/Client/%(arch)s',
|
||||
"link_type": 'hardlink-or-copy',
|
||||
'scratch': False,
|
||||
}
|
||||
koji_wrapper = KojiWrapper.return_value
|
||||
koji_wrapper.run_blocking_cmd.return_value = {
|
||||
@ -552,6 +553,7 @@ class TestCreateImageBuildThread(unittest.TestCase):
|
||||
"image_dir": '/image_dir/Client/%(arch)s',
|
||||
"relative_image_dir": 'image_dir/Client/%(arch)s',
|
||||
"link_type": 'hardlink-or-copy',
|
||||
'scratch': False,
|
||||
}
|
||||
|
||||
def boom(*args, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user