Commit f3da0755 authored by jayunit100's avatar jayunit100

Fix bad namespace

parent bcc735af
...@@ -53,7 +53,7 @@ var _ = Describe("Kubectl client", func() { ...@@ -53,7 +53,7 @@ var _ = Describe("Kubectl client", func() {
var err error var err error
c, err = loadClient() c, err = loadClient()
expectNoError(err) expectNoError(err)
testingNs, err = createTestingNS("Kubectl client", c) testingNs, err = createTestingNS("kubectl", c)
ns = testingNs.Name ns = testingNs.Name
Expect(err).NotTo(HaveOccurred()) Expect(err).NotTo(HaveOccurred())
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment