Changed the query string parameter to a string
This commit is contained in:
parent
24068596ee
commit
4ac381a565
|
|
@ -65,7 +65,7 @@ describe Projects::BlobController do
|
|||
project_id: project,
|
||||
id: id,
|
||||
format: :json,
|
||||
html_render: false)
|
||||
html_render: 'false')
|
||||
end
|
||||
|
||||
it do
|
||||
|
|
|
|||
Loading…
Reference in New Issue