Skip to content

Commit 20c7206

Browse files
committed
Add service id to expected automate attributes
1 parent 6911caa commit 20c7206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/models/service_reconfigure_task_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
:class_name => 'class',
9191
:instance_name => 'instance',
9292
:automate_message => 'create',
93-
:attrs => task.options[:dialog].merge("request" => task.request_type),
93+
:attrs => task.options[:dialog].merge("request" => task.request_type, "Service::service" => service.id),
9494
:user_id => user.id,
9595
:miq_group_id => user.current_group_id,
9696
:tenant_id => user.current_tenant.id,

0 commit comments

Comments
 (0)