You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/02/03 15:16:28 UTC

[camel-k] 04/04: chore: uncomment import statement

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 <pa...@gmail.com>
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"