Commit b4ae5b39 authored by Stan Hu's avatar Stan Hu

Merge branch 'fix_broken_help_controller_spec' into 'master'

Fix broken spec from file rename

See merge request gitlab-org/gitlab-ce!31360
parents 10d8fbdc 1569dd5b
......@@ -111,7 +111,7 @@ describe HelpController do
it 'renders the raw file' do
get :show,
params: {
path: 'user/project/img/labels_default'
path: 'user/project/img/labels_default_v12_1'
},
format: :png
expect(response).to be_success
......
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