Skip to content

Commit

Permalink
Merge pull request ManageIQ#231 from tinaafitz/build_fix_list_storages
Browse files Browse the repository at this point in the history
Fix list_storages build failure.
  • Loading branch information
gmcculloug committed Dec 20, 2017
2 parents 3ecc636 + a05648f commit e453e23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

expect(ae_service.object['sort_by']).to eq(:description)
expect(ae_service.object['data_type']).to eq(:string)
expect(ae_service.object['required']).to eq(true)
expect(ae_service.object['required']).to eq(false)

storages = { nil => '-- select storage from list --' }
provider.storages.each { |storage| storages[storage.id] = storage.name }
Expand Down

0 comments on commit e453e23

Please sign in to comment.