This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new e7b5343a5b2 (chores) camel-test-infra-smb: fixed invalid test service
name (#12076)
e7b5343a5b2 is described below
commit e7b5343a5b28db8a110b51768a82c97938588313
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Sun Nov 19 10:14:02 2023 +0100
(chores) camel-test-infra-smb: fixed invalid test service name (#12076)
---
.../org/apache/camel/test/infra/smb/services/SmbServiceFactory.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test-infra/camel-test-infra-smb/src/test/java/org/apache/camel/test/infra/smb/services/SmbServiceFactory.java
b/test-infra/camel-test-infra-smb/src/test/java/org/apache/camel/test/infra/smb/services/SmbServiceFactory.java
index 48935c8c525..2e988de8692 100644
---
a/test-infra/camel-test-infra-smb/src/test/java/org/apache/camel/test/infra/smb/services/SmbServiceFactory.java
+++
b/test-infra/camel-test-infra-smb/src/test/java/org/apache/camel/test/infra/smb/services/SmbServiceFactory.java
@@ -22,7 +22,7 @@ import
org.apache.camel.test.infra.common.services.SimpleTestServiceBuilder;
public class SmbServiceFactory {
public static SmbService createService() {
- SimpleTestServiceBuilder<SmbService> builder = new
SimpleTestServiceBuilder<>("kafka");
+ SimpleTestServiceBuilder<SmbService> builder = new
SimpleTestServiceBuilder<>("smb");
return builder.addLocalMapping(SmbLocalContainerService::new)
.addRemoteMapping(SmbRemoteService::new)