This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch 2850/add-custom-kamelet-catalog-part-2 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 53102947760fe479475e7b4dd9e7a38e15ad7c87 Author: Nicolas Filotto <[email protected]> AuthorDate: Mon Sep 12 10:11:42 2022 +0200 test: Use camel-k repo in the test for the add-repo command --- e2e/global/common/kamelet_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/global/common/kamelet_test.go b/e2e/global/common/kamelet_test.go index de91fbe80..dd1b51a0b 100644 --- a/e2e/global/common/kamelet_test.go +++ b/e2e/global/common/kamelet_test.go @@ -62,7 +62,7 @@ func TestKameletClasspathLoading(t *testing.T) { t.Run("test custom Kamelet repository", func(t *testing.T) { // Add the custom repository - Expect(Kamel("kamelet", "add-repo", "github:essobedo/camel-k-test/kamelets", "-n", ns, "-x", operatorID).Execute()).To(Succeed()) + Expect(Kamel("kamelet", "add-repo", "github:apache/camel-k/e2e/global/common/files/kamelets", "-n", ns, "-x", operatorID).Execute()).To(Succeed()) Expect(KamelRunWithID(operatorID, ns, "files/TimerCustomKameletIntegration.java").Execute()).To(Succeed()) Eventually(IntegrationPodPhase(ns, "timer-custom-kamelet-integration"), TestTimeoutLong).Should(Equal(corev1.PodRunning))
