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
commit 784065cd48fc59aeab4eaf68e1a7120260828813 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Tue May 31 15:12:07 2022 +0200 (chores) camel-geocoder: rename manual test This prevent it from being flagged with missing assertions in code analysis --- .../geocoder/{GeoCoderProxyTest.java => GeoCoderProxyManualIT.java} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-geocoder/src/test/java/org/apache/camel/component/geocoder/GeoCoderProxyTest.java b/components/camel-geocoder/src/test/java/org/apache/camel/component/geocoder/GeoCoderProxyManualIT.java similarity index 96% rename from components/camel-geocoder/src/test/java/org/apache/camel/component/geocoder/GeoCoderProxyTest.java rename to components/camel-geocoder/src/test/java/org/apache/camel/component/geocoder/GeoCoderProxyManualIT.java index af64af3abd4..df29e9723f4 100644 --- a/components/camel-geocoder/src/test/java/org/apache/camel/component/geocoder/GeoCoderProxyTest.java +++ b/components/camel-geocoder/src/test/java/org/apache/camel/component/geocoder/GeoCoderProxyManualIT.java @@ -27,9 +27,9 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; @Disabled("This test should be executed manually with a proxy set up") -public class GeoCoderProxyTest extends GeoCoderApiKeyTestBase { +public class GeoCoderProxyManualIT extends GeoCoderApiKeyTestBase { - private static final Logger LOG = LoggerFactory.getLogger(GeoCoderProxyTest.class); + private static final Logger LOG = LoggerFactory.getLogger(GeoCoderProxyManualIT.class); @Test public void testGeoCoderProxyNoAuth() throws Exception {