fix tests for changed helpstring
Related: https://pagure.io/koji/issue/2687
This commit is contained in:
parent
9d559a6d49
commit
edaefb865b
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ class TestListApi(utils.CliTestCase):
|
|||
maxDiff = None
|
||||
|
||||
def setUp(self):
|
||||
self.error_format = """Usage: %s list-api [options] [method_name]
|
||||
self.error_format = """Usage: %s list-api [options] [method_name ...]
|
||||
(Specify the --help global option for a list of other help options)
|
||||
|
||||
%s: error: {message}
|
||||
|
|
@ -81,7 +81,7 @@ class TestListApi(utils.CliTestCase):
|
|||
def test_anon_handle_list_api_help(self):
|
||||
self.assert_help(
|
||||
anon_handle_list_api,
|
||||
"""Usage: %s list-api [options] [method_name]
|
||||
"""Usage: %s list-api [options] [method_name ...]
|
||||
(Specify the --help global option for a list of other help options)
|
||||
|
||||
Options:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue