We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a513e commit 254a21bCopy full SHA for 254a21b
test/e2e/apimachinery/namespace.go
@@ -49,7 +49,7 @@ func extinguish(f *framework.Framework, totalNS int, maxAllowedAfterDel int, max
49
defer wg.Done()
50
defer ginkgo.GinkgoRecover()
51
ns := fmt.Sprintf("nslifetest-%v", n)
52
- _, err = f.CreateNamespace(ns, nil)
+ _, err := f.CreateNamespace(ns, nil)
53
framework.ExpectNoError(err, "failed to create namespace: %s", ns)
54
}(n)
55
}
0 commit comments