mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
We need one more mocked return from listdir.
This commit is contained in:
parent
ab9d9e7008
commit
f3fec5562e
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ class SystemdTestCase(TestCase):
|
|||
listdir_mock = MagicMock(side_effect=[
|
||||
['foo.service', 'multi-user.target.wants', 'mytimer.timer'],
|
||||
['foo.service', 'multi-user.target.wants', 'bar.service'],
|
||||
['mysql', 'nginx', 'README'],
|
||||
['mysql', 'nginx', 'README']
|
||||
])
|
||||
access_mock = MagicMock(
|
||||
|
|
Loading…
Add table
Reference in a new issue