test: disable "unparam" for now
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
@ -120,7 +120,7 @@ func setupAuthStore(t *testing.T) (store *authStore, teardownfunc func(t *testin
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
tearDown := func(t *testing.T) {
|
||||
tearDown := func(_ *testing.T) {
|
||||
b.Close()
|
||||
os.Remove(tPath)
|
||||
as.Close()
|
||||
|
Reference in New Issue
Block a user