diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-06 18:08:12 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-06 18:08:12 +0000 |
commit | e22c3819ad2321a0cf825877fe3b60e41268c5b3 (patch) | |
tree | fcd143b30bdd7b42d439cd0b2fc5c6c4268d8d97 /spec/tasks | |
parent | 49b16b71778148e9f9c579bf7bf69853c780c827 (diff) | |
download | gitlab-ce-e22c3819ad2321a0cf825877fe3b60e41268c5b3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/tasks')
-rw-r--r-- | spec/tasks/gitlab/feature_categories_rake_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/tasks/gitlab/feature_categories_rake_spec.rb b/spec/tasks/gitlab/feature_categories_rake_spec.rb index 22f36309a7c..33f4bca4c85 100644 --- a/spec/tasks/gitlab/feature_categories_rake_spec.rb +++ b/spec/tasks/gitlab/feature_categories_rake_spec.rb @@ -21,7 +21,7 @@ RSpec.describe 'gitlab:feature_categories:index', :silence_stdout, feature_categ ) ), 'api_endpoints' => a_hash_including( - 'authentication_and_authorization' => a_collection_including( + 'system_access' => a_collection_including( klass: 'API::AccessRequests', action: '/groups/:id/access_requests', source_location: [ |