Skip to content

Commit c8a4cb2

Browse files
Fix ae engine tags
1 parent debff0e commit c8a4cb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/miq_ae_engine_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ def call_automate(obj_type, obj_id, open_url_task_id = nil)
421421
hash = {"vms" => Vm.all}
422422
vm_result_str = "vms=#{hash["vms"].collect { |v| "ManageIQ::Providers::Vmware::InfraManager::Vm::#{v.id}" }.join("=")}"
423423
vm_result_arr = hash["vms"].collect { |v| "ManageIQ::Providers::Vmware::InfraManager::Vm::#{v.id}" }
424-
hash["hosts"] = Host.all
425424
host_result_str = "hosts=#{hash["hosts"].collect { |h| "Host::#{h.id}" }.join("=")}"
426425
host_result_arr = hash["hosts"].collect { |h| "Host::#{h.id}" }
427426
result = MiqAeEngine.create_automation_attributes(hash)

0 commit comments

Comments
 (0)