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 98750d4 commit 86c307eCopy full SHA for 86c307e
test/component_test.go
@@ -89,7 +89,7 @@ func (s *ComponentSuite) TestBasic() {
89
ingressName := fmt.Sprintf("example-ingress-%s", randomID)
90
91
defer clientset.CoreV1().Namespaces().Delete(context.Background(), ingressNamespace, metav1.DeleteOptions{})
92
- _, err := clientset.CoreV1().Namespaces().Create(context.Background(), &corev1.Namespace{
+ _, err = clientset.CoreV1().Namespaces().Create(context.Background(), &corev1.Namespace{
93
ObjectMeta: metav1.ObjectMeta{
94
Name: ingressNamespace,
95
},
0 commit comments