Skip to content

Commit

Permalink
cleanup useless struct
Browse files Browse the repository at this point in the history
  • Loading branch information
googs1025 committed Apr 25, 2024
1 parent 1ad62c3 commit 9e7e98b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/controllers/pod_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,6 @@ func TestValidatePodPlacements(t *testing.T) {
followerPodWrapper.NodeSelector(map[string]string{testTopologyKey: "topologyDomain"}).Obj(),
},
},
node: &corev1.Node{
ObjectMeta: metav1.ObjectMeta{
Name: "test-node",
Labels: nodeSelector,
},
},
forceClientErr: true,
wantErr: errors.New("example error"),
},
Expand Down

0 comments on commit 9e7e98b

Please sign in to comment.