Skip to content

Commit

Permalink
ROX-26039: Create tenant argoCd app
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Oct 16, 2024
1 parent 3635f24 commit 49bc12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fleetshard/pkg/central/reconciler/reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2760,9 +2760,9 @@ func TestArgoCDApplication_CanBeToggleOnAndOff(t *testing.T) {
assertLegacyChartPresent(t, true)
}

{
// Ensure argocd and charts application are deleted
now := time.Now()
managedCentral.Metadata.DeletionTimestamp = &now
managedCentral.Metadata.DeletionTimestamp = time.Now().Format(time.RFC3339)
_, err = r.Reconcile(ctx, managedCentral)
require.NoError(t, err)

Expand Down

0 comments on commit 49bc12c

Please sign in to comment.