Skip to content

Commit 56656f3

Browse files
estolfopicandocodigo
authored andcommitted
Update transform specs
1 parent 3be36d3 commit 56656f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

elasticsearch-api/spec/elasticsearch/api/actions/transform/schedule_now_transform_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
'_transform/id/_schedule_now',
2525
{},
2626
nil,
27-
{}
27+
{},
28+
{ defined_params: { transform_id: 'id' },
29+
endpoint: 'transform.schedule_now_transform' }
2830
]
2931
end
3032

0 commit comments

Comments
 (0)