cli: drop unneeded activate_session
Fixes: https://pagure.io/koji/issue/2070
This commit is contained in:
parent
c4b5316cba
commit
637be55ef4
9 changed files with 101 additions and 86 deletions
|
|
@ -596,8 +596,10 @@ class TestTaskInfo(utils.CliTestCase):
|
|||
|
||||
@mock.patch('sys.stdout', new_callable=six.StringIO)
|
||||
@mock.patch('koji_cli.commands.activate_session')
|
||||
@mock.patch('koji_cli.commands.ensure_connection')
|
||||
def test_anon_handle_taskinfo(
|
||||
self,
|
||||
ensure_connection_mock,
|
||||
activate_session_mock,
|
||||
stdout):
|
||||
"""Test anon_handle_taskinfo function"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue