[MM-16751] golint model (#17896)
Этот коммит содержится в:
коммит произвёл
Claudio Costa
родитель
953eebdef4
Коммит
97ccf0bdf6
@@ -68,7 +68,7 @@ func testDoUploadFileRequest(t testing.TB, c *model.Client4, url string, blob []
|
||||
}
|
||||
req.Header.Set("Content-Type", contentType)
|
||||
if c.AuthToken != "" {
|
||||
req.Header.Set(model.HEADER_AUTH, c.AuthType+" "+c.AuthToken)
|
||||
req.Header.Set(model.HeaderAuth, c.AuthType+" "+c.AuthToken)
|
||||
}
|
||||
|
||||
resp, err := c.HttpClient.Do(req)
|
||||
|
||||
Ссылка в новой задаче
Block a user