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

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

commit 19eea8d2d017e38c7262e696deb983c250121b67
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Sat Jul 16 00:28:32 2022 +0900

    chore(e2e): rename kamel run test function
---
 e2e/namespace/install/cli/run_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2e/namespace/install/cli/run_test.go 
b/e2e/namespace/install/cli/run_test.go
index 725779314..14922aef0 100644
--- a/e2e/namespace/install/cli/run_test.go
+++ b/e2e/namespace/install/cli/run_test.go
@@ -36,7 +36,7 @@ import (
        v1 "github.com/apache/camel-k/pkg/apis/camel/v1"
 )
 
-func TestRun(t *testing.T) {
+func TestKamelCLIRun(t *testing.T) {
        WithNewTestNamespace(t, func(ns string) {
                operatorID := fmt.Sprintf("camel-k-%s", ns)
                Expect(KamelInstallWithID(operatorID, 
ns).Execute()).To(Succeed())

Reply via email to