diff --git a/server/web/controller_test.go b/server/web/controller_test.go index fe584686..e27b54f8 100644 --- a/server/web/controller_test.go +++ b/server/web/controller_test.go @@ -366,7 +366,7 @@ func createReqBody(filePath string) (string, io.Reader, error) { return "", nil, err } - _ = bw.Close() // write the tail boundry + _ = bw.Close() // write the tail boundary return bw.FormDataContentType(), buf, nil }