Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Activated Alert Rules to alert rule index #69124

Merged
merged 10 commits into from
Apr 18, 2024
Prev Previous commit
Next Next commit
update test
  • Loading branch information
nhsiehgit committed Apr 18, 2024
commit 4c830cdad168cd122935422421f3cd88303bc80e
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ describe('AlertRulesList', () => {
expect.objectContaining({
query: {
expand: ['latestIncident', 'lastTriggered'],
monitor_type: '0',
sort: ['incident_status', 'date_triggered'],
team: ['myteams', 'unassigned'],
},
Expand Down