mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fixing problem in unit test
This commit is contained in:
parent
cba47f6856
commit
f5b1734782
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ class SaltifyTestCase(TestCase):
|
|||
Test if deployment fails. This is the most basic test as saltify doesn't contain much logic
|
||||
'''
|
||||
vm = {'deploy': False,
|
||||
'provider': 'saltify'
|
||||
'provider': 'saltify',
|
||||
'name': 'dummy'
|
||||
}
|
||||
self.assertTrue(saltify.create(vm)['Error']['No Deploy'])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue