Commit 52c57c3c authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch '223786-change-group-affiliation-of-feature-flag' into 'master'

Remove deleted feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!52947
parents a55e4f82 7289a596
---
title: Delete feature flag for usage_data_a_compliance_audit_events_api
merge_request: 52947
author:
type: removed
---
name: usage_data_a_compliance_audit_events_api
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41689
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/233786
milestone: '13.4'
type: development
group: group::compliance
default_enabled: true
...@@ -14,7 +14,6 @@ RSpec.describe API::AuditEvents do ...@@ -14,7 +14,6 @@ RSpec.describe API::AuditEvents do
context 'after calling all audit_events APIs as a single licensed user' do context 'after calling all audit_events APIs as a single licensed user' do
before do before do
stub_feature_flags(usage_data_a_compliance_audit_events_api: true)
stub_licensed_features(admin_audit_log: true) stub_licensed_features(admin_audit_log: true)
end end
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
category: compliance category: compliance
redis_slot: compliance redis_slot: compliance
aggregation: weekly aggregation: weekly
feature_flag: usage_data_a_compliance_audit_events_api feature_flag: track_unique_visits
- name: g_edit_by_web_ide - name: g_edit_by_web_ide
category: ide_edit category: ide_edit
redis_slot: edit redis_slot: edit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment