mirror of
https://github.com/lukaszraczylo/gohoarder.git
synced 2026-07-03 03:44:49 +00:00
fixes
This commit is contained in:
@@ -26,7 +26,7 @@ func (s *ConfigTestSuite) SetupTest() {
|
||||
}
|
||||
|
||||
func (s *ConfigTestSuite) TearDownTest() {
|
||||
os.RemoveAll(s.tempDir)
|
||||
_ = os.RemoveAll(s.tempDir) // #nosec G104 -- Cleanup
|
||||
}
|
||||
|
||||
func (s *ConfigTestSuite) TestDefault() {
|
||||
|
||||
Reference in New Issue
Block a user