Skip to content

Commit

Permalink
Merge pull request #168 from jelkosz/fix_failing_tests_due_to73
Browse files Browse the repository at this point in the history
fixed failing tests due to ManageIQ/manageiq-providers-ovirt#73
  • Loading branch information
gmcculloug authored Aug 9, 2017
2 parents 7e34525 + b4b9d51 commit 6e7535b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
describe ManageIQ::Automate::Infrastructure::VM::Transform::Import::ListInfraProviders do
let!(:vmware) { FactoryGirl.create(:ems_vmware) }
let!(:old_redhat) { FactoryGirl.create(:ems_redhat_v3) }
let!(:new_redhat) { FactoryGirl.create(:ems_redhat_v4) }
let!(:new_redhat) { FactoryGirl.create(:ems_redhat_v4, :api_version => '4.1.5') }

let(:root_object) { Spec::Support::MiqAeMockObject.new }

Expand Down

0 comments on commit 6e7535b

Please sign in to comment.