Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Jun 26, 2023
1 parent 4e2077f commit 55051df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ var _ = Describe("Reconciler", func() {
})

By("ensuring the finalizer is removed and the CR is deleted", func() {
err := mgr.GetClient().Get(ctx, objKey, obj)
err := mgr.GetAPIReader().Get(ctx, objKey, obj)
Expect(apierrors.IsNotFound(err)).To(BeTrue())
})
})
Expand Down

0 comments on commit 55051df

Please sign in to comment.