refactor: add comment to the uuid

Signed-off-by: Jesse Simpson <jesse.simpson36@gmail.com>
Jesse Simpson 5 months ago
parent 608e64573d
commit 9acaafe89d
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 := ""
var content []byte
contentSize := 0
// no significant meaning behind this uuid, just needs to be a uuid
uploadSessionId := "c6ce3ba4-788f-4e10-93ed-ff77d35c6851"
srv := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
if r.Method == "HEAD" {

Loading…
Cancel
Save