We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d959e99 commit f599649Copy full SHA for f599649
1 file changed
x-pack/platform/plugins/shared/alerting_v2/server/lib/dispatcher/integration_tests/dispatcher.test.ts
@@ -232,15 +232,19 @@ async function cleanupDataStreams(esClient: ElasticsearchClient): Promise<void>
232
query: { match_all: {} },
233
refresh: true,
234
});
235
- } catch (error) {}
+ } catch (error) {
236
+ // noop
237
+ }
238
239
try {
240
await esClient.deleteByQuery({
241
index: ALERT_ACTIONS_DATA_STREAM,
242
243
244
245
246
247
248
}
249
250
async function seedAlertEvents(
0 commit comments