Skip to content

Commit

Permalink
Merge pull request #267 from lfu/gaprindashvili-queue_zone_check
Browse files Browse the repository at this point in the history
[GAPRINDASHVILI] Update the zone check during MiqQueue.put.
  • Loading branch information
simaishi committed Nov 5, 2018
2 parents bbd3266 + 4358e7f commit cfc747c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ def invoke_ae
:class_name => 'GenericMailer',
:method_name => "deliver",
:args => [:automation_notification, options],
:role => "notifier",
:zone => nil
:role => "notifier"
).once
ae_object = invoke_ae.root(@ae_result_key)
expect(ae_object).to be_truthy
Expand All @@ -77,7 +76,8 @@ def invoke_ae
:class_name => "MiqSnmp",
:method_name => "trap_v1",
:args => [inputs],
:role => "notifier").once
:role => "notifier",
:zone => nil).once
ae_object = invoke_ae.root(@ae_result_key)
expect(ae_object).to be_truthy
end
Expand Down

0 comments on commit cfc747c

Please sign in to comment.