removed lint error

This commit is contained in:
Rahul Handay 2015-05-12 23:06:20 +05:30
parent 1be802300b
commit b418404eb7

View file

@ -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'),