fix unit test
This commit is contained in:
parent
7e71f18212
commit
274395a7c5
1 changed files with 4 additions and 0 deletions
|
|
@ -580,6 +580,10 @@ class TestSymlink(BaseTest):
|
|||
|
||||
class TestQueueTask(BaseTest):
|
||||
|
||||
def setUp(self):
|
||||
super(TestQueueTask, self).setUp()
|
||||
self.ensuredir = mock.patch('koji.ensuredir').start()
|
||||
|
||||
def test_queue_task(self):
|
||||
req = {'id': 100, 'tag_id': 42, 'tag_name': 'tag 100',
|
||||
'min_event': None, 'at_event': None, 'opts': None}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue