mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
chore: remove unused parameters
They were not detected by revive in function literals.
This commit is contained in:
@@ -130,7 +130,7 @@ func TestRoot(t *testing.T) {
|
||||
})
|
||||
|
||||
// New container
|
||||
t.Run("new container", func(t *testing.T) {
|
||||
t.Run("new container", func(_ *testing.T) {
|
||||
dockerClientMock.EXPECT().
|
||||
ContainerList(gomock.Any(), gomock.Any()).
|
||||
Return([]types.Container{{ID: "new one"}}, nil)
|
||||
|
||||
Reference in New Issue
Block a user