Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
remove dup
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankram committed Nov 10, 2020
1 parent eb4ebda commit cdb5e36
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/kubernetes/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ var _ = Describe("Test Namespace KubeController Methods", func() {
Expect(kubeController).ToNot(BeNil())
})

It("should correctly verify initialization the controller", func() {
Expect(err).ToNot(HaveOccurred())
Expect(kubeController).ToNot(BeNil())
})

It("should create and delete services, and be detected if NS is monitored", func() {
meshSvc := tests.BookbuyerService

Expand Down

0 comments on commit cdb5e36

Please sign in to comment.