Skip to content

Commit

Permalink
Merge pull request #853 from jrafanie/fix_constant_problem
Browse files Browse the repository at this point in the history
Fix incorrect constant name reference by referencing HostAggregate
  • Loading branch information
agrare committed Jul 7, 2023
2 parents 2c80b16 + d2d3357 commit 50228f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "spec_helper"

describe ManageIQ::Providers::Openstack::CloudManager::CloudVolume do
describe ManageIQ::Providers::Openstack::CloudManager::HostAggregate do
let(:ems) { FactoryBot.create(:ems_openstack) }
let(:zone) { FactoryBot.create(:availability_zone_openstack,
:ext_management_system => ems) }
Expand Down

0 comments on commit 50228f5

Please sign in to comment.