File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
tests/sentry/api/serializers Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -973,8 +973,6 @@ def create_partitioned_queues(name):
973973 "organizations:performance-frontend-use-events-endpoint" : True ,
974974 # Enables events endpoint rate limit
975975 "organizations:discover-events-rate-limit" : False ,
976- # Enable duplicating alert rules.
977- "organizations:duplicate-alert-rule" : True ,
978976 # Enable attaching arbitrary files to events.
979977 "organizations:event-attachments" : True ,
980978 # Allow organizations to configure all symbol sources.
Original file line number Diff line number Diff line change 8080 "organizations:performance-frontend-use-events-endpoint" , OrganizationFeature , True
8181)
8282default_manager .add ("organizations:discover-events-rate-limit" , OrganizationFeature , True )
83- default_manager .add ("organizations:duplicate-alert-rule" , OrganizationFeature , True )
8483default_manager .add ("organizations:enterprise-perf" , OrganizationFeature )
8584default_manager .add ("organizations:grouping-stacktrace-ui" , OrganizationFeature , True )
8685default_manager .add ("organizations:grouping-title-ui" , OrganizationFeature , True )
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ def test_simple(self):
3636 "dashboards-edit" ,
3737 "discover-basic" ,
3838 "discover-query" ,
39- "duplicate-alert-rule" ,
4039 "event-attachments" ,
4140 "integrations-alert-rule" ,
4241 "integrations-chat-unfurl" ,
You can’t perform that action at this time.
0 commit comments