[ostree] Fix call to kobo.shortcuts.run
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
2ddaea5387
commit
5ff2d9f957
2 changed files with 4 additions and 4 deletions
|
|
@ -28,10 +28,10 @@ class OstreeScriptTest(helpers.PungiTestCase):
|
|||
self.assertItemsEqual(
|
||||
run.call_args_list,
|
||||
[mock.call(['ostree', 'init', '--repo={}/atomic'.format(self.topdir), '--mode=archive-z2'],
|
||||
log_file=self.topdir + '/logs/Atomic/init-atomic-repo.log'),
|
||||
logfile=self.topdir + '/logs/Atomic/init-atomic-repo.log'),
|
||||
mock.call(['rpm-ostree', 'compose', 'tree', '--repo={}/atomic'.format(self.topdir),
|
||||
self.topdir + '/work/fedora-atomic-docker-host.json'],
|
||||
log_file=self.topdir + '/logs/Atomic/create-atomic-repo.log')])
|
||||
logfile=self.topdir + '/logs/Atomic/create-atomic-repo.log')])
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue