This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 406a8d593809699646f9f9beea8d469a69ce9533
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Feb 3 12:07:30 2023 +0100

    chore: uncomment import statement
---
 e2e/namespace/install/cli/bind_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/namespace/install/cli/bind_test.go 
b/e2e/namespace/install/cli/bind_test.go
index 0e8fb84f4..3731d4b49 100644
--- a/e2e/namespace/install/cli/bind_test.go
+++ b/e2e/namespace/install/cli/bind_test.go
@@ -25,7 +25,7 @@ package common
 import (
        "testing"
 
-       //corev1 "k8s.io/api/core/v1"
+       corev1 "k8s.io/api/core/v1"
 
        . "github.com/onsi/gomega"
 

Reply via email to