mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add one more dockerng.version mock that was missed previously
This commit is contained in:
parent
0d31d2c4d1
commit
f1352fe253
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ class DockerngTestCase(TestCase):
|
|||
__salt__ = {
|
||||
'config.get': Mock(),
|
||||
'mine.send': Mock(),
|
||||
'dockerng.version': MagicMock(return_value={}),
|
||||
}
|
||||
host_config = {}
|
||||
client = Mock()
|
||||
|
|
Loading…
Add table
Reference in a new issue