Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aerokite committed Apr 13, 2018
1 parent 030616e commit 0d9f485
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions plugins/check_cert/lib_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,23 +273,6 @@ var _ = Describe("check_cert", func() {
})
})

Describe("Check bindata support", func() {
Context("bindata contain plugin info", func() {
It("should be succeeded", func() {
ic, err := LoadClusterChecks()
Expect(err).ShouldNot(HaveOccurred())
found := false
for _, c := range ic.Command {
if c.Name == "cert" {
found = true
break
}
}
Expect(found).Should(BeTrue())
})
})
})

Describe("test options", func() {
var (
cmd *cobra.Command
Expand Down

0 comments on commit 0d9f485

Please sign in to comment.