diff --git a/test/e2e/nsx_networkinfo_test.go b/test/e2e/nsx_networkinfo_test.go index 1d242b56d..de628682e 100644 --- a/test/e2e/nsx_networkinfo_test.go +++ b/test/e2e/nsx_networkinfo_test.go @@ -8,7 +8,7 @@ import ( ) const ( - NetworkInfoCRType = "networkinfoes" + NetworkInfoCRType = "networkinfos" NSCRType = "namespaces" PrivateIPBlockNSXType = "IpAddressBlock" @@ -68,7 +68,6 @@ func TestCustomizedNetworkInfo(t *testing.T) { _ = applyYAML(nsPath, "") defer deleteYAML(nsPath, "") - defer deleteYAML(ncPath, "") ns := "customized-ns"