Skip to content

Commit 3d0ba54

Browse files
fix: make linter happy
1 parent 61a1fd8 commit 3d0ba54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/nodesubnet/initialization_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func getMockStore() store.KeyValueStore {
5656

5757
type MockIpamStateReconciler struct{}
5858

59-
func (m *MockIpamStateReconciler) ReconcileIPAMState(ncRequests []*cns.CreateNetworkContainerRequest, podInfoByIP map[string]cns.PodInfo, nnc *v1alpha.NodeNetworkConfig) types.ResponseCode {
59+
func (m *MockIpamStateReconciler) ReconcileIPAMState(ncRequests []*cns.CreateNetworkContainerRequest, podInfoByIP map[string]cns.PodInfo, _ *v1alpha.NodeNetworkConfig) types.ResponseCode {
6060
if len(ncRequests) == 1 && len(ncRequests[0].SecondaryIPConfigs) == len(podInfoByIP) {
6161
return types.Success
6262
}

0 commit comments

Comments
 (0)