Skip to content

Commit e051a92

Browse files
committed
[API] Adds esql.async_query_stop
1 parent 92ccca0 commit e051a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-api/spec/unit/actions/esql/async_query_stop_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{},
2626
nil,
2727
{},
28-
{ endpoint: 'esql.async_query_stop', defined_params: { id: 'foo' } }
28+
{ defined_params: { id: 'foo' }, endpoint: 'esql.async_query_stop' }
2929
]
3030
end
3131

0 commit comments

Comments
 (0)