Get the test suite working again.
This commit is contained in:
parent
16fdb3b14e
commit
3a1972e8da
4 changed files with 13 additions and 4 deletions
|
|
@ -8,6 +8,7 @@ class TestRunrootHub(unittest.TestCase):
|
|||
@mock.patch('kojihub.make_task')
|
||||
@mock.patch('runroot_hub.context')
|
||||
def test_basic_invocation(self, context, make_task):
|
||||
context.session.assertPerm = mock.MagicMock()
|
||||
runroot_hub.runroot(
|
||||
tagInfo='some_tag',
|
||||
arch='x86_64',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue