diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-03 15:08:43 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-03 15:08:43 +0000 |
commit | dbe0e5676267eb142dd8d81e4c881c997cb96962 (patch) | |
tree | 765b50588c3c1540297dc6a76eea1122dd59cdac /spec/requests/sandbox_controller_spec.rb | |
parent | 14a32c2d551a646525b1fabd93cb70a0e6924478 (diff) | |
download | gitlab-ce-dbe0e5676267eb142dd8d81e4c881c997cb96962.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/requests/sandbox_controller_spec.rb')
-rw-r--r-- | spec/requests/sandbox_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/sandbox_controller_spec.rb b/spec/requests/sandbox_controller_spec.rb index 77913065380..26a7422680c 100644 --- a/spec/requests/sandbox_controller_spec.rb +++ b/spec/requests/sandbox_controller_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' -RSpec.describe SandboxController, feature_category: :not_owned do +RSpec.describe SandboxController, feature_category: :shared do describe 'GET #mermaid' do it 'renders page without template' do get sandbox_mermaid_path |