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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new bd2d58e  Fix Camel-Any23 tests
bd2d58e is described below

commit bd2d58ee4febd28eaaea4a7b77808423d6ddabd1
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jan 21 07:37:58 2021 +0100

    Fix Camel-Any23 tests
---
 .../java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java
 
b/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java
index 49900f0..2938bf0 100644
--- 
a/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java
+++ 
b/components/camel-any23/src/test/java/org/apache/camel/dataformat/any23/Any23DataFormatHTTPTest.java
@@ -48,7 +48,7 @@ public class Any23DataFormatHTTPTest extends CamelTestSupport 
{
     protected RouteBuilder createRouteBuilder() {
         return new RouteBuilder() {
             public void configure() {
-                
from("direct:start").to("http://dbpedia.org/page/Ecuador";).unmarshal().any23(baseURI).to("mock:result");
+                
from("direct:start").to("http://live.dbpedia.org/page/Ecuador";).unmarshal().any23(baseURI).to("mock:result");
             }
         };
     }

Reply via email to