Resolve id inventory and organization (#14)

This commit is contained in:
Seth Foster
2023-02-28 21:59:05 -05:00
committed by Elijah DeLee
parent f622d3a1e6
commit 4b9ca3deee
5 changed files with 33 additions and 20 deletions

View File

@@ -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,