Skip to content

Commit

Permalink
[Response Ops][Alerting] Adding functional tests for managing alertin…
Browse files Browse the repository at this point in the history
…g rules when authenticated with an API key (#155787)

Resolves #154584
  • Loading branch information
ymao1 authored Apr 26, 2023
1 parent fda5ee9 commit a3f66bd
Show file tree
Hide file tree
Showing 2 changed files with 637 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default function alertingTests({ loadTestFile, getService }: FtrProviderC
loadTestFile(require.resolve('./get_flapping_settings'));
loadTestFile(require.resolve('./run_soon'));
loadTestFile(require.resolve('./update_flapping_settings'));
loadTestFile(require.resolve('./user_managed_api_key'));
});
});
}
Loading

0 comments on commit a3f66bd

Please sign in to comment.