Skip to content

Commit

Permalink
Merge pull request #396 from agrare/fix_ems_event_spec_streaming_refresh
Browse files Browse the repository at this point in the history
Test an EMS that doesn't use streaming refresh
  • Loading branch information
gmcculloug committed Dec 6, 2019
2 parents f53215a + 38b1cbe commit d641a37
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec/service_models/miq_ae_service_ems_event_spec.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
describe MiqAeMethodService::MiqAeServiceEmsEvent do
before do
@ems = FactoryBot.create(:ems_vmware_with_authentication,
:zone => FactoryBot.create(:zone)
)
@vm = FactoryBot.create(:vm_vmware)
@ems = FactoryBot.create(:ems_redhat_with_authentication, :zone => FactoryBot.create(:zone))
@vm = FactoryBot.create(:vm_redhat)
@ems_event = FactoryBot.create(:ems_event,
:vm_or_template => @vm,
:ext_management_system => @ems
Expand Down

0 comments on commit d641a37

Please sign in to comment.