Honour --force-auth for anonymous commands
Fixes: https://pagure.io/koji/issue/2657
This commit is contained in:
parent
1269317618
commit
5d86608931
7 changed files with 30 additions and 16 deletions
|
|
@ -54,6 +54,7 @@ class TestWaitRepo(utils.CliTestCase):
|
|||
|
||||
def setUpMocks(self):
|
||||
self.activate_session = mock.patch('koji_cli.commands.activate_session').start()
|
||||
self.ensure_connection = mock.patch('koji_cli.commands.ensure_connection').start()
|
||||
self.checkForBuilds = mock.patch('koji.util.checkForBuilds').start()
|
||||
|
||||
def tearDown(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue