Skip to content

Commit

Permalink
chore(tests): fix erroneous cherry-pick (#20274)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <[email protected]>
  • Loading branch information
crenshaw-dev authored Oct 7, 2024
1 parent 50271e1 commit a05b042
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions applicationset/controllers/applicationset_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6423,7 +6423,6 @@ func TestResourceStatusAreOrdered(t *testing.T) {
argoObjs := []runtime.Object{}

client := fake.NewClientBuilder().WithScheme(scheme).WithStatusSubresource(&cc.appSet).WithObjects(&cc.appSet).Build()
metrics := appsetmetrics.NewFakeAppsetMetrics(client)

r := ApplicationSetReconciler{
Client: client,
Expand All @@ -6433,7 +6432,6 @@ func TestResourceStatusAreOrdered(t *testing.T) {
ArgoDB: &argoDBMock,
ArgoAppClientset: appclientset.NewSimpleClientset(argoObjs...),
KubeClientset: kubeclientset,
Metrics: metrics,
}

err := r.updateResourcesStatus(context.TODO(), log.NewEntry(log.StandardLogger()), &cc.appSet, cc.apps)
Expand Down

0 comments on commit a05b042

Please sign in to comment.