Skip to content

Commit

Permalink
fixed failing tests due to ManageIQ/manageiq-providers-ovirt#73
Browse files Browse the repository at this point in the history
The tests have been broken by ManageIQ/manageiq-providers-ovirt#73
because the requirement for a api version have been strenghtened from 4.1+ to
4.1.5+.

Fixes: ManageIQ#165
  • Loading branch information
Tomas Jelinek committed Aug 9, 2017
1 parent e1c33ce commit b4b9d51
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 b4b9d51

Please sign in to comment.