Commit 747914db authored by Rémy Coutable's avatar Rémy Coutable

Fix spec/lib/gitlab/path_regex_spec.rb:181

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent b7144637
...@@ -155,12 +155,14 @@ describe Gitlab::PathRegex do ...@@ -155,12 +155,14 @@ describe Gitlab::PathRegex do
end end
let(:ee_paths_after_group_id) do let(:ee_paths_after_group_id) do
%w(analytics %w[audit_events
ldap analytics
ldap_group_links ldap
notification_setting ldap_group_links
audit_events notification_setting
pipeline_quota hooks) pipeline_quota hooks
subgroups
]
end end
describe 'TOP_LEVEL_ROUTES' do describe 'TOP_LEVEL_ROUTES' do
......
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