mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
removed lint error
This commit is contained in:
parent
1be802300b
commit
b418404eb7
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class WinNetworkTestCase(TestCase):
|
|||
False])
|
||||
with patch.object(win_network, '_validate', mock):
|
||||
ret.update({'comment': 'The following SLS configuration'
|
||||
' errors were detected: T r u e',})
|
||||
' errors were detected: T r u e'})
|
||||
self.assertDictEqual(win_network.managed('salt',
|
||||
dns_proto='static',
|
||||
ip_proto='static'),
|
||||
|
|
Loading…
Add table
Reference in a new issue