This is an automated email from the ASF dual-hosted git repository.
orpiske 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 6039baa camel-test-infra-couchbase: fixed incorrect couchbase service
name (#5635)
6039baa is described below
commit 6039baa16317aabcd883baedff2858470eab573a
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Jun 9 10:33:15 2021 +0200
camel-test-infra-couchbase: fixed incorrect couchbase service name (#5635)
---
.../camel/test/infra/couchbase/services/CouchbaseServiceFactory.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test-infra/camel-test-infra-couchbase/src/test/java/org/apache/camel/test/infra/couchbase/services/CouchbaseServiceFactory.java
b/test-infra/camel-test-infra-couchbase/src/test/java/org/apache/camel/test/infra/couchbase/services/CouchbaseServiceFactory.java
index 06fd472..752ba6f 100644
---
a/test-infra/camel-test-infra-couchbase/src/test/java/org/apache/camel/test/infra/couchbase/services/CouchbaseServiceFactory.java
+++
b/test-infra/camel-test-infra-couchbase/src/test/java/org/apache/camel/test/infra/couchbase/services/CouchbaseServiceFactory.java
@@ -25,7 +25,7 @@ public final class CouchbaseServiceFactory {
}
public static SimpleTestServiceBuilder<CouchbaseService> builder() {
- return new SimpleTestServiceBuilder<>("consul");
+ return new SimpleTestServiceBuilder<>("couchbase");
}
public static CouchbaseService createService() {