Fixing white spaces

This commit is contained in:
John Westcott IV 2020-09-01 09:24:36 -04:00
parent 72bdd17518
commit 36ab0dd03e

View File

@ -28,7 +28,7 @@ def test_instance_group_create(run_module, admin_user):
# Set the new instance group only to the one instnace
result = run_module('tower_instance_group', {
'name': 'foo-group',
'instances': [ new_instance.hostname ],
'instances': [new_instance.hostname],
'state': 'present'
}, admin_user)
assert not result.get('failed', False), result