mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
Fixing white spaces
This commit is contained in:
@@ -28,7 +28,7 @@ def test_instance_group_create(run_module, admin_user):
|
|||||||
# Set the new instance group only to the one instnace
|
# Set the new instance group only to the one instnace
|
||||||
result = run_module('tower_instance_group', {
|
result = run_module('tower_instance_group', {
|
||||||
'name': 'foo-group',
|
'name': 'foo-group',
|
||||||
'instances': [ new_instance.hostname ],
|
'instances': [new_instance.hostname],
|
||||||
'state': 'present'
|
'state': 'present'
|
||||||
}, admin_user)
|
}, admin_user)
|
||||||
assert not result.get('failed', False), result
|
assert not result.get('failed', False), result
|
||||||
|
|||||||
Reference in New Issue
Block a user