diff --git a/internal/controllers/reconciliation/integration_test.go b/internal/controllers/reconciliation/integration_test.go index d724bcca..47c48fe8 100644 --- a/internal/controllers/reconciliation/integration_test.go +++ b/internal/controllers/reconciliation/integration_test.go @@ -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))) }