mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updated seed_test.py for changes made to seed module
This commit is contained in:
parent
7e89a460e4
commit
ee764ee952
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class SeedTestCase(TestCase):
|
|||
with patch.object(os.path, 'exists', return_value=True):
|
||||
with patch.object(os, 'chmod', return_value=None):
|
||||
with patch.object(shutil, 'copy', return_value=None):
|
||||
self.assertEqual(seed.prep_bootstrap('mpt'), 'A')
|
||||
self.assertEqual(seed.prep_bootstrap('mpt'), ('A', 'A'))
|
||||
|
||||
def test_apply_(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue