Refactor firehol

This commit is contained in:
9seconds
2021-11-29 16:25:33 +03:00
parent cc101c9a47
commit 558fec60de
5 changed files with 69 additions and 140 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ type HTTPTestSuite struct {
}
func (suite *HTTPTestSuite) makeFile(path string) (files.File, error) {
return files.NewHTTP(suite.httpClient, suite.httpServer.URL+"/"+path)
return files.NewHTTP(suite.httpClient, suite.httpServer.URL+"/"+path) // nolint: wrapcheck
}
func (suite *HTTPTestSuite) SetupSuite() {