Skip to content

Commit

Permalink
Fix ae engine tags
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbertCherrie committed Aug 21, 2024
1 parent debff0e commit c8a4cb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/miq_ae_engine_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ def call_automate(obj_type, obj_id, open_url_task_id = nil)
hash = {"vms" => Vm.all}
vm_result_str = "vms=#{hash["vms"].collect { |v| "ManageIQ::Providers::Vmware::InfraManager::Vm::#{v.id}" }.join("=")}"
vm_result_arr = hash["vms"].collect { |v| "ManageIQ::Providers::Vmware::InfraManager::Vm::#{v.id}" }
hash["hosts"] = Host.all
host_result_str = "hosts=#{hash["hosts"].collect { |h| "Host::#{h.id}" }.join("=")}"
host_result_arr = hash["hosts"].collect { |h| "Host::#{h.id}" }
result = MiqAeEngine.create_automation_attributes(hash)
Expand Down

0 comments on commit c8a4cb2

Please sign in to comment.