Commit 91fee199 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'sh-fix-help-controller-spec' into 'master'

Fix broken spec in help_controller_spec.rb

Closes #199976

See merge request gitlab-org/gitlab!24139
parents 44cf24c1 8a880d8f
......@@ -111,7 +111,7 @@ describe HelpController do
it 'renders the raw file' do
get :show,
params: {
path: 'user/project/img/labels_default_v12_1'
path: 'fixtures/gitlab_tanuki'
},
format: :png
expect(response).to be_successful
......
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