mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
We need one more mocked return from listdir.
This commit is contained in:
parent
7a8ab2fc03
commit
db7b675b09
@ -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…
Reference in New Issue
Block a user