Skip to content

Commit

Permalink
updated test case
Browse files Browse the repository at this point in the history
Signed-off-by: dislbenn <dbennett@redhat.com>
  • Loading branch information
dislbenn committed Oct 7, 2024
1 parent 336bd9e commit 735ef20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions controllers/backplaneconfig_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ var _ = Describe("BackplaneConfig controller", func() {
Namespace: DestinationNamespace,
},
})).To(Succeed())
Expect(k8sClient.Delete(context.Background(), &corev1.Namespace{
ObjectMeta: metav1.ObjectMeta{
Name: "local-cluster",
},
})).To(Succeed())
})

BeforeEach(func() {
Expand Down

0 comments on commit 735ef20

Please sign in to comment.