mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 16:23:28 +03:00
cleanup ignored static analysis (#16767)
This commit is contained in:
@@ -150,10 +150,8 @@ func TestSkipContentSha256Cksum(t *testing.T) {
|
||||
q.Add(testCase.inputHeaderKey, testCase.inputHeaderValue)
|
||||
}
|
||||
inputReq.URL.RawQuery = q.Encode()
|
||||
} else {
|
||||
if testCase.inputHeaderKey != "" {
|
||||
inputReq.Header.Set(testCase.inputHeaderKey, testCase.inputHeaderValue)
|
||||
}
|
||||
} else if testCase.inputHeaderKey != "" {
|
||||
inputReq.Header.Set(testCase.inputHeaderKey, testCase.inputHeaderValue)
|
||||
}
|
||||
inputReq.ParseForm()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user