fix tests for clone tag

This commit is contained in:
Brendan Reilly 2019-08-21 15:06:15 -04:00 committed by Tomas Kopecek
parent 8b59f488d5
commit 95875f0c80

View file

@ -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: