Skip to content

Commit

Permalink
Fix the failed test cases due to the change here:
Browse files Browse the repository at this point in the history
  • Loading branch information
lfu committed Jun 8, 2015
1 parent 505a2b5 commit e575151
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vmdb/spec/models/miq_provision_amazon_workflow_spec.rb
Expand Up @@ -32,7 +32,9 @@
let(:workflow) do
MiqProvisionWorkflow.any_instance.stub(:get_dialogs).and_return(:dialogs => {})
MiqProvisionCloudWorkflow.any_instance.stub(:update_field_visibility)
MiqProvisionAmazonWorkflow.new({:src_vm_id => template.id}, admin.userid)
wf = MiqProvisionAmazonWorkflow.new({:src_vm_id => template.id}, admin.userid)
wf.instance_variable_set("@ems_xml_nodes", {})
wf
end

context "with empty relationships" do
Expand Down

0 comments on commit e575151

Please sign in to comment.