Changed the query string parameter to a string

This commit is contained in:
Tim Zallmann 2018-06-15 09:08:21 +02:00
parent 24068596ee
commit 4ac381a565
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ describe Projects::BlobController do
project_id: project,
id: id,
format: :json,
html_render: false)
html_render: 'false')
end
it do