mirror of
https://github.com/containers/skopeo.git
synced 2025-09-07 01:30:16 +00:00
Fix some warnings
golangci-lint linter: unparam This primarily fixes TestProxy to test the correct image Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@@ -104,7 +104,7 @@ func (s *syncSuite) TearDownSuite() {
|
||||
}
|
||||
|
||||
if s.registry != nil {
|
||||
s.registry.tearDown(t)
|
||||
s.registry.tearDown()
|
||||
}
|
||||
if s.cluster != nil {
|
||||
s.cluster.tearDown(t)
|
||||
|
Reference in New Issue
Block a user