mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
Resolve id inventory and organization (#14)
This commit is contained in:
committed by
Elijah DeLee
parent
f622d3a1e6
commit
4b9ca3deee
@@ -33,7 +33,7 @@ def test_bulk_host_create(run_module, admin_user, inventory):
|
||||
run_module(
|
||||
'bulk_host_create',
|
||||
{
|
||||
'inventory': inventory.id,
|
||||
'inventory': inventory.name,
|
||||
'hosts': hosts,
|
||||
},
|
||||
admin_user,
|
||||
|
||||
Reference in New Issue
Block a user