update rmtree patch in unit test for recycle_build
This commit is contained in:
parent
5b23fb1629
commit
4c1396b955
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class TestRecycleBuild():
|
|||
side_effect=self.getUpdate).start()
|
||||
self._dml = mock.patch('kojihub._dml').start()
|
||||
self.run_callbacks = mock.patch('koji.plugin.run_callbacks').start()
|
||||
self.rmtree = mock.patch('shutil.rmtree').start()
|
||||
self.rmtree = mock.patch('koji.util.rmtree').start()
|
||||
self.exists = mock.patch('os.path.exists').start()
|
||||
self.updates = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue