Skip to content

Commit

Permalink
remove unused controller
Browse files Browse the repository at this point in the history
  • Loading branch information
gniranjan committed Oct 7, 2024
1 parent e105cc5 commit 5f098c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/cluster/delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -679,9 +679,6 @@ func TestDeleteFederatedCredentials(t *testing.T) {
}

t.Run(tt.name, func(t *testing.T) {
controller := gomock.NewController(t)
defer controller.Finish()

m := manager{
log: logrus.NewEntry(logrus.StandardLogger()),
doc: tt.doc,
Expand Down

0 comments on commit 5f098c0

Please sign in to comment.