Fix bug where incorrect variable was used

This commit is contained in:
Alasdair Smith 2018-02-26 13:37:17 +00:00
parent ec7237b7e8
commit be6fa346d5

View file

@ -102,7 +102,7 @@ describe "ProjectUploadController", ->
@project_id = "project-id-123"
@folder_id = "folder-id-123"
@path = "/path/to/file/on/disk.png"
@filename = "filename.png"
@name = "filename.png"
@req.files =
qqfile:
path: @path