Skip to content

Commit 1c8bcb8

Browse files
Fix ae engine tags
1 parent ef8f5f8 commit 1c8bcb8

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
@@ -420,7 +420,6 @@ def call_automate(obj_type, obj_id, open_url_task_id = nil)
420420
it "with multiple arrays" do
421421
hash = {"vms" => Vm.all}
422422
vm_result_str = "vms=#{hash["vms"].collect { |v| "ManageIQ::Providers::Vmware::InfraManager::Vm::#{v.id}" }.join("=")}"
423-
vm_result_arr = hash["vms"].collect { |v| "ManageIQ::Providers::Vmware::InfraManager::Vm::#{v.id}" }
424423
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}" }

0 commit comments

Comments
 (0)