Commit 74a2c395 authored by Rémy Coutable's avatar Rémy Coutable

Fix subgroups group path issue

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 747914db
......@@ -130,6 +130,7 @@ module Gitlab
notification_setting
pipeline_quota
projects
subgroups
].freeze
ILLEGAL_PROJECT_PATH_WORDS = PROJECT_WILDCARD_ROUTES
......
......@@ -155,7 +155,8 @@ describe Gitlab::PathRegex do
end
let(:ee_paths_after_group_id) do
%w[audit_events
%w[
audit_events
analytics
ldap
ldap_group_links
......
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