Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Olshevski committed Jan 4, 2024
1 parent 940728b commit 777b4f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/controllers/reconciliation/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,4 @@ func TestReconcileStatus(t *testing.T) {
slice.Status.Resources[0].Reconciled && !slice.Status.Resources[0].Deleted &&
slice.Status.Resources[1].Reconciled && slice.Status.Resources[1].Deleted
})

cms := &corev1.ConfigMap{}
cms.Name = "test"
require.True(t, errors.IsNotFound(downstream.Get(ctx, client.ObjectKeyFromObject(cms), cms)))
}

0 comments on commit 777b4f5

Please sign in to comment.