mirror of
https://github.com/lukaszraczylo/gohoarder.git
synced 2026-06-13 02:36:48 +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