Fix linter issues

This commit is contained in:
Daniel A. Wozniak 2019-01-28 10:30:35 -07:00
parent 004d9b828f
commit a2bbf4dea8
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -8,6 +8,7 @@ from tests.support.unit import TestCase
import salt.cloud
class CloudTest(TestCase):
def test_vm_config_merger(self):
@ -63,7 +64,6 @@ class CloudTest(TestCase):
'location': 'us-west-2',
'profile': 'default',
'provider': 'ec2-default:ec2',
'ssh_username': 'admin',
'image': 'ami-0a1fbca0e5b419fd1',
'size': 't2.micro',
'name': 'test_vm',