plugin/hub: rename method to osbuildImage

Remove the 'Test' suffix.
This commit is contained in:
Christian Kellner 2020-09-07 19:03:15 +02:00
parent cb7e4d76c5
commit a9e187d38a
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ import kojihub
@koji.plugin.export
def osbuildImageTest(name, version, arches, target, opts=None, priority=None):
def osbuildImage(name, version, arches, target, opts=None, priority=None):
"""Create an image via osbuild"""
context.session.assertPerm("image")
args = [name, version, arches, target, opts]