This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/camel-main by this push:
new ee61ae0 Align tests to latest camel-k-runtime SNAPSHOT
ee61ae0 is described below
commit ee61ae0b0628f976f4330396332c3966fd463e03
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Jun 4 10:12:40 2021 +0200
Align tests to latest camel-k-runtime SNAPSHOT
---
pkg/trait/dependencies_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/trait/dependencies_test.go b/pkg/trait/dependencies_test.go
index 5a575c0..f37c12d 100644
--- a/pkg/trait/dependencies_test.go
+++ b/pkg/trait/dependencies_test.go
@@ -238,7 +238,7 @@ func TestIntegrationCustomLoader(t *testing.T) {
[]string{
"camel:direct",
"camel:log",
- "mvn:org.apache.camel.k:camel-k-loader-yaml",
+ "mvn:org.apache.camel.quarkus:camel-quarkus-yaml-dsl",
"mvn:org.apache.camel.k:camel-k-runtime"},
e.Integration.Status.Dependencies,
)