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

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

commit 17d839aa44d40d12c66a3021e41f8fd1123129be
Author: harshilv17 <[email protected]>
AuthorDate: Sun Sep 20 23:11:50 2026 +0530

    test(trait): name the kamelets auto test for its missing sources, not a 
catalog
---
 pkg/trait/kamelets_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/trait/kamelets_test.go b/pkg/trait/kamelets_test.go
index c9e518e42..3afcaf77a 100644
--- a/pkg/trait/kamelets_test.go
+++ b/pkg/trait/kamelets_test.go
@@ -660,7 +660,7 @@ func TestKameletWithoutCatalogConditionTrue(t *testing.T) {
        assert.Contains(t, kameletsBundle.Data, "timer-source.kamelet.yaml", 
"uri: timer:tick")
 }
 
-func TestKameletWithoutCatalogAutoConditionFalse(t *testing.T) {
+func TestKameletNoSourcesAutoConditionFalse(t *testing.T) {
        trait, environment := createKameletsTestEnvironment(
                "",
                &v1.Kamelet{

Reply via email to