diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-25 18:08:56 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-25 18:08:56 +0000 |
| commit | ff549ec680715e4ea1daf0cee457f29dfe3b6062 (patch) | |
| tree | 823fc28718a1278025ee2d88c1368958befec4da /spec/support/shared_contexts | |
| parent | ec558ad8ed732ff6f8a89aa3651eb92c27c50deb (diff) | |
| download | gitlab-ce-ff549ec680715e4ea1daf0cee457f29dfe3b6062.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/shared_contexts')
| -rw-r--r-- | spec/support/shared_contexts/policies/project_policy_shared_context.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared_contexts/policies/project_policy_shared_context.rb b/spec/support/shared_contexts/policies/project_policy_shared_context.rb index 6e2caa853f8..616f8f2345c 100644 --- a/spec/support/shared_contexts/policies/project_policy_shared_context.rb +++ b/spec/support/shared_contexts/policies/project_policy_shared_context.rb @@ -38,7 +38,7 @@ RSpec.shared_context 'ProjectPolicy context' do read_commit_status read_confidential_issues read_container_image read_harbor_registry read_deployment read_environment read_merge_request read_metrics_dashboard_annotation read_pipeline read_prometheus - read_sentry_issue update_issue create_merge_request_in + read_sentry_issue update_issue create_merge_request_in read_external_emails ] end |
