Skip to content

Commit

Permalink
fix new errors on xpack tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Jun 8, 2021
1 parent 13cca1f commit 6e549ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/test/case_api_integration/common/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ export const deleteConfiguration = async (es: KibanaClient): Promise<void> => {
export const deleteMappings = async (es: KibanaClient): Promise<void> => {
await es.deleteByQuery({
index: '.kibana',
// @ts-expect-error @elastic/elasticsearch DeleteByQueryRequest doesn't accept q parameter
q: 'type:cases-connector-mappings',
wait_for_completion: true,
refresh: true,
Expand Down

0 comments on commit 6e549ed

Please sign in to comment.