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
The following commit(s) were added to refs/heads/main by this push: new 092d92bb5 fix(e2e): correct jar location 092d92bb5 is described below commit 092d92bb5fc67263deaef855d13ceaf4e474b327 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Tue Feb 28 13:20:49 2023 +0100 fix(e2e): correct jar location --- e2e/common/cli/run_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/common/cli/run_test.go b/e2e/common/cli/run_test.go index ba5fe7c53..ddfc21f25 100644 --- a/e2e/common/cli/run_test.go +++ b/e2e/common/cli/run_test.go @@ -36,7 +36,7 @@ import ( v1 "github.com/apache/camel-k/pkg/apis/camel/v1" ) -var sampleJar = "https://raw.githubusercontent.com/apache/camel-k/main/e2e/global/common/traits/files/jvm/sample-1.0.jar" +var sampleJar = "https://raw.githubusercontent.com/apache/camel-k/main/e2e/common/traits/files/jvm/sample-1.0.jar" func TestKamelCLIRun(t *testing.T) { RegisterTestingT(t)