fix tests for clone tag
This commit is contained in:
parent
8b59f488d5
commit
95875f0c80
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ class TestCloneTag(utils.CliTestCase):
|
|||
'koji_cli.commands.activate_session').start()
|
||||
|
||||
self.error_format = """Usage: %s clone-tag [options] <src-tag> <dst-tag>
|
||||
clone-tag will create the destination tag if it does not already exist
|
||||
(Specify the --help global option for a list of other help options)
|
||||
|
||||
%s: error: {message}
|
||||
|
|
@ -615,6 +616,7 @@ List of changes:
|
|||
self.assert_help(
|
||||
handle_clone_tag,
|
||||
"""Usage: %s clone-tag [options] <src-tag> <dst-tag>
|
||||
clone-tag will create the destination tag if it does not already exist
|
||||
(Specify the --help global option for a list of other help options)
|
||||
|
||||
Options:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue