Skip to content

Commit 86c307e

Browse files
Update test/component_test.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 98750d4 commit 86c307e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/component_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func (s *ComponentSuite) TestBasic() {
8989
ingressName := fmt.Sprintf("example-ingress-%s", randomID)
9090

9191
defer clientset.CoreV1().Namespaces().Delete(context.Background(), ingressNamespace, metav1.DeleteOptions{})
92-
_, err := clientset.CoreV1().Namespaces().Create(context.Background(), &corev1.Namespace{
92+
_, err = clientset.CoreV1().Namespaces().Create(context.Background(), &corev1.Namespace{
9393
ObjectMeta: metav1.ObjectMeta{
9494
Name: ingressNamespace,
9595
},

0 commit comments

Comments
 (0)