mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30340 from jtand/seed_test_fix
Updated seed_test.py for changes made to seed module
This commit is contained in:
commit
d5b8776355
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