Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Jun 30, 2023
1 parent f067470 commit fc4a4aa
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 @@ -1280,10 +1280,10 @@ var _ = Describe("Reconciler", func() {

labels := u.GetLabels()
labels["app.kubernetes.io/managed-by"] = "Unmanaged"
u.SetLabels(labels)

err = mgr.GetClient().Update(ctx, u)
Expect(err).To(BeNil())
time.Sleep(1 * time.Second)
}
})

Expand Down

0 comments on commit fc4a4aa

Please sign in to comment.