Skip to content

Commit

Permalink
Fixed broken spec test
Browse files Browse the repository at this point in the history
Fixed broken spec test on Fine caused by backport of ManageIQ#1404
  • Loading branch information
h-kataria committed Jun 9, 2017
1 parent 15149d0 commit 6c3feb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/infra_topology_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
describe "#build_kinds" do
it "creates the expected number of entity types" do
expect(infra_topology_service.build_kinds.keys).to match_array(
[:InfraManager, :EmsCluster, :Host, :Vm])
[:InfraManager, :EmsCluster, :Host, :Vm, :Tag])
end
end

Expand Down

0 comments on commit 6c3feb3

Please sign in to comment.