refactor: add comment to the uuid

Signed-off-by: Jesse Simpson <jesse.simpson36@gmail.com>
pull/30807/head
Jesse Simpson 5 months ago
parent e4b8306657
commit c253c2285a
No known key found for this signature in database
GPG Key ID: 237495C89AB0AAFC

@ -34,6 +34,7 @@ func TestChartUploader_UploadTo_Happy(t *testing.T) {
shasum := "" shasum := ""
var content []byte var content []byte
contentSize := 0 contentSize := 0
// no significant meaning behind this uuid, just needs to be a uuid
uploadSessionId := "c6ce3ba4-788f-4e10-93ed-ff77d35c6851" uploadSessionId := "c6ce3ba4-788f-4e10-93ed-ff77d35c6851"
srv := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { srv := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
if r.Method == "HEAD" { if r.Method == "HEAD" {

Loading…
Cancel
Save