Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Da Costa <pdacosta@gmail.com>

Signed-off-by: Philippe Da Costa <pdacosta@gmail.com>
  • Loading branch information
dacofr committed Sep 25, 2024
1 parent 486b867 commit 98f6c39
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions applicationset/controllers/applicationset_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2071,11 +2071,6 @@ func TestValidateGeneratedApplications(t *testing.T) {
myCluster,
}}, nil)

argoObjs := []runtime.Object{}
for _, app := range cc.apps {
argoObjs = append(argoObjs, &app)
}

r := ApplicationSetReconciler{
Client: client,
Scheme: scheme,
Expand Down

0 comments on commit 98f6c39

Please sign in to comment.