Fix bad namespace

This commit is contained in:
jayunit100 2015-06-02 23:25:28 -04:00
parent bcc735af19
commit f3da07552a

View File

@ -53,7 +53,7 @@ var _ = Describe("Kubectl client", func() {
var err error
c, err = loadClient()
expectNoError(err)
testingNs, err = createTestingNS("Kubectl client", c)
testingNs, err = createTestingNS("kubectl", c)
ns = testingNs.Name
Expect(err).NotTo(HaveOccurred())
})