fix tests

This commit is contained in:
WeidiDeng
2024-10-17 16:36:45 +08:00
parent 8c803b503c
commit d26cd24a11

View File

@@ -91,7 +91,7 @@ type Transport struct {
// total disk storage allowed by the request body buffer
FileBufferSizeLimit int64 `json:"file_buffer_size_limit,omitempty"`
// the path to store the temporary files for the request body buffer
FileBufferFilepath string `json:"file_buffer_filepath"`
FileBufferFilepath string `json:"file_buffer_filepath,omitempty"`
serverSoftware string
logger *zap.Logger