Fix failing spec on help controller
This commit is contained in:
parent
1a5b7e7d70
commit
b48fd097ff
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ describe HelpController do
|
|||
context 'when requested file exists' do
|
||||
it 'renders the raw file' do
|
||||
get :show,
|
||||
path: 'workflow/protected_branches/protected_branches1',
|
||||
path: 'user/project/img/labels_filter',
|
||||
format: :png
|
||||
expect(response).to be_success
|
||||
expect(response.content_type).to eq 'image/png'
|
||||
|
|
Loading…
Reference in a new issue