Skip to content

Commit

Permalink
Update x-pack/test/alerting_api_integration/spaces_only/tests/alertin…
Browse files Browse the repository at this point in the history
…g/group4/migrations.ts

Co-authored-by: Ying Mao <[email protected]>
  • Loading branch information
e40pud and ymao1 authored Apr 25, 2023
1 parent 08af15d commit b2832bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ export default function createGetTests({ getService }: FtrProviderContext) {
it('8.8 adds frequency to the actions for security solution', async () => {
const response = await es.get<{ alert: RawRule }>(
{
index: '.kibana',
index: ALERTING_CASES_SAVED_OBJECT_INDEX,
id: 'alert:8990af61-c09a-11ec-9164-4bfd6fc32c43',
},
{ meta: true }
Expand Down

0 comments on commit b2832bd

Please sign in to comment.