Skip to content

Commit

Permalink
fix: update HMAC secret key in test file for accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
PlusOne committed Jan 2, 2025
1 parent c3dd471 commit c048d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hmac_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

const (
serverURL = "http://[::1]:8080" // Replace with your actual server URL
secret = "a-orc-and-a-humans-is-drinking-ale" // Replace with your HMAC secret key
secret = "hmac-file-server-is-the-win" // Replace with your HMAC secret key
uploadPath = "hmac_icon.png" // Test file to upload
protocolType = "v2" // Use v2, v, or token as needed
)
Expand Down

0 comments on commit c048d0a

Please sign in to comment.