Honor 80 char limit

This commit is contained in:
twangboy 2017-09-26 15:52:04 -06:00
parent 26b23b37bc
commit 35505ac966
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -152,7 +152,8 @@ class DiskTestCase(TestCase, LoaderModuleMockMixin):
with patch.dict(disk.__salt__, {'cmd.retcode': mock}):
self.assertEqual(disk.format_(device), True)
@skipIf(not salt.utils.which('lsblk') and not salt.utils.which('df'), 'lsblk or df not found')
@skipIf(not salt.utils.which('lsblk') and not salt.utils.which('df'),
'lsblk or df not found')
def test_fstype(self):
'''
unit tests for disk.fstype