This commit is contained in:
Tomas Kopecek 2021-10-20 14:04:22 +02:00
parent a3ea37b173
commit 8cc777c094

View file

@ -382,7 +382,6 @@ class TestHandler(unittest.TestCase):
runroot.BuildRoot.assert_called_once_with(self.session, self.t.options,
'tag_name', 'x86_64', self.t.id, repo_id=1, setup_dns=True,
internal_dev_setup=None)
os_unlink.assert_not_called()
self.session.host.setBuildRootState.assert_called_once_with(678, 'BUILDING')
self.br.mock.assert_has_calls([
mock.call(['--install', 'rpm_a', 'rpm_b']),