summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJasper Maes <jaspermaes.jm@gmail.com>2018-10-04 21:46:03 +0200
committerJasper Maes <jaspermaes.jm@gmail.com>2018-10-04 21:54:01 +0200
commitcf0a61c20229f4415991ea55262ba78275320daf (patch)
treee75808491f6a2a3f1668dca299c002b9d41dc7b7 /changelogs
parentd031e0e88f4c26fc7c77e246ab28c8490ca00183 (diff)
downloadgitlab-ce-cf0a61c20229f4415991ea55262ba78275320daf.tar.gz
Rails5: fix artifacts controller download spec
Rails5 has params[:file_type] as '' if file_type is included as nil in the request
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/rails5-fix-artifacts-controller-spec.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/rails5-fix-artifacts-controller-spec.yml b/changelogs/unreleased/rails5-fix-artifacts-controller-spec.yml
new file mode 100644
index 00000000000..3a399bb836e
--- /dev/null
+++ b/changelogs/unreleased/rails5-fix-artifacts-controller-spec.yml
@@ -0,0 +1,6 @@
+---
+title: 'Rails5: fix artifacts controller download spec Rails5 has params[:file_type]
+ as '''' if file_type is included as nil in the request'
+merge_request: 22123
+author: Jasper Maes
+type: other