mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix bug where incorrect variable was used
This commit is contained in:
parent
ec7237b7e8
commit
be6fa346d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue