Skip to content

Commit

Permalink
Tweak test for go 1.16
Browse files Browse the repository at this point in the history
Apparently later versions of go strip the leading path from file upload test
  • Loading branch information
richvdh committed Mar 11, 2024
1 parent e007c69 commit 0524524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ Content-Disposition: form-data; name="version"
1
------WebKitFormBoundarySsdgl8Nq9voFyhdO
Content-Disposition: form-data; name="file"; filename="etc/passwd.txt"
Content-Disposition: form-data; name="file"; filename="passwd.txt"
file
------WebKitFormBoundarySsdgl8Nq9voFyhdO--
Expand Down

0 comments on commit 0524524

Please sign in to comment.