You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by va...@apache.org on 2021/04/02 09:04:42 UTC

[camel-kafka-connector] 03/04: Fix HTTPS-sink-connector duplicates protocol #1077

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

valdar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit c1cc5593738a8500a52c57266638bf11cbd12b31
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Thu Apr 1 13:30:53 2021 +0900

    Fix HTTPS-sink-connector duplicates protocol #1077
---
 .../apache/camel/kafkaconnector/https/sink/CamelSinkHTTPSITCase.java    | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/itests-https/src/test/java/org/apache/camel/kafkaconnector/https/sink/CamelSinkHTTPSITCase.java b/tests/itests-https/src/test/java/org/apache/camel/kafkaconnector/https/sink/CamelSinkHTTPSITCase.java
index c12de94..a82101b 100644
--- a/tests/itests-https/src/test/java/org/apache/camel/kafkaconnector/https/sink/CamelSinkHTTPSITCase.java
+++ b/tests/itests-https/src/test/java/org/apache/camel/kafkaconnector/https/sink/CamelSinkHTTPSITCase.java
@@ -33,7 +33,6 @@ import org.apache.camel.kafkaconnector.common.services.mockweb.MockWebService;
 import org.apache.camel.kafkaconnector.common.test.CamelSinkTestSupport;
 import org.apache.http.conn.ssl.NoopHostnameVerifier;
 import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.Timeout;
 import org.junit.jupiter.api.extension.RegisterExtension;
@@ -127,7 +126,6 @@ public class CamelSinkHTTPSITCase extends CamelSinkTestSupport {
 
     @Test
     @Timeout(60)
-    @Disabled("HTTPS-sink-connector duplicates protocol #1077")
     public void testBasicSendReceiveHttpUriWithQueryString() throws Exception {
         mockWebService.enqueueResponses(expect);