fixing problem in unit test

This commit is contained in:
Alexander Schwartz 2015-05-17 17:09:35 +00:00
parent cba47f6856
commit f5b1734782

View file

@ -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'])