Skip to content

Commit

Permalink
remove debug leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed Oct 24, 2024
1 parent 3ae0ba0 commit f401ddc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ func TestUploadHandlerAgainstEvilFileNames(t *testing.T) {
r.POST("/", uploadHandler)
ts := httptest.NewServer(r)

fmt.Println(base64.StdEncoding.EncodeToString([]byte("test")))

//Padding: dGVzdA==
//Raw: dGVzdA

uploadEvilFileName := Upload{
Port: "/dev/ttyACM0",
Board: "arduino:avr:uno",
Expand Down

0 comments on commit f401ddc

Please sign in to comment.