summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-06-15 09:08:21 +0200
committerTim Zallmann <tzallmann@gitlab.com>2018-06-15 09:08:21 +0200
commit4ac381a565eb1b3e7ebaec443889c6a7138fdfd0 (patch)
tree4bf1fa8bf9439e04fa22e8b08d28b37cb087adf9
parent24068596ee0ab7d5a02e5aef49dc19c58ac84e40 (diff)
downloadgitlab-ce-46668-make-the-html-attribute-on-the-blob-json-call-optional.tar.gz
Changed the query string parameter to a string46668-make-the-html-attribute-on-the-blob-json-call-optional
-rw-r--r--spec/controllers/projects/blob_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/projects/blob_controller_spec.rb b/spec/controllers/projects/blob_controller_spec.rb
index a543f626bb0..f47593aad72 100644
--- a/spec/controllers/projects/blob_controller_spec.rb
+++ b/spec/controllers/projects/blob_controller_spec.rb
@@ -65,7 +65,7 @@ describe Projects::BlobController do
project_id: project,
id: id,
format: :json,
- html_render: false)
+ html_render: 'false')
end
it do