Commit 52befc19 authored by jayunit100's avatar jayunit100

use api convention

parent 248b56d6
...@@ -116,7 +116,7 @@ var _ = Describe("Networking", func() { ...@@ -116,7 +116,7 @@ var _ = Describe("Networking", func() {
AfterEach(func() { AfterEach(func() {
By("Destroying namespace for this suite") By("Destroying namespace for this suite")
if err := c.Namespaces().Delete(namespaceObj.ObjectMeta.Name); err != nil { if err := c.Namespaces().Delete(namespaceObj.Name); err != nil {
Failf("Couldn't delete ns %s", err) Failf("Couldn't delete ns %s", err)
} }
}) })
......
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