But only fix it in the correct place...

This commit is contained in:
rallytime 2015-01-22 01:22:18 -07:00
parent e4856b6fc7
commit 670538c9cd

View File

@ -189,7 +189,7 @@ class LinuxLVMTestCase(TestCase):
'Error: Please specify only one of size or extents')
self.assertEqual(linux_lvm.lvcreate(None, None, None, None),
'Error: Please specify only one of size or extents')
'Error: Either size or extents must be specified')
mock = MagicMock(return_value='A\nB')
with patch.dict(linux_lvm.__salt__, {'cmd.run': mock}):