Skip to content

Commit

Permalink
Merge pull request #17722 from bdunne/fix_sttpt_factory
Browse files Browse the repository at this point in the history
Fix ServiceTemplateTransformationPlanTask factory
  • Loading branch information
gmcculloug committed Jul 17, 2018
2 parents 2d8f3e8 + 51bb5a0 commit cd3ac20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/factories/miq_request_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@
state 'pending'
end

factory :service_template_transformation_plan_task, :parent => :service_template_provision_task, :class => 'ServiceTemplateTransformationPlanTask'
factory :service_template_transformation_plan_task, :parent => :service_template_provision_task, :class => 'ServiceTemplateTransformationPlanTask' do
request_type 'transformation_plan'
end
end

0 comments on commit cd3ac20

Please sign in to comment.