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

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


The following commit(s) were added to refs/heads/master by this push:
     new 35508b277b HOP-3956: fix head test
     new 776cd1bf0e Merge pull request #1500 from hansva/master
35508b277b is described below

commit 35508b277ba2dd3842f81cc1f6f069f291b27b22
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sun May 22 22:01:59 2022 +0200

    HOP-3956: fix head test
---
 integration-tests/http/0010-rest-client-head.hpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/http/0010-rest-client-head.hpl 
b/integration-tests/http/0010-rest-client-head.hpl
index e2a7cca156..49ae52969e 100644
--- a/integration-tests/http/0010-rest-client-head.hpl
+++ b/integration-tests/http/0010-rest-client-head.hpl
@@ -113,7 +113,7 @@ limitations under the License.
     </partitioning>
     <applicationType>TEXT PLAIN</applicationType>
     <method>HEAD</method>
-    <url>http://${HOSTNAME}/head</url>
+    <url>http://${HOSTNAME}/get</url>
     <urlInField>N</urlInField>
     <dynamicMethod>N</dynamicMethod>
     <methodFieldName/>

Reply via email to