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

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git


The following commit(s) were added to refs/heads/master by this push:
     new 66547a2  jfrog repo now redirects http to https - use https in the test
66547a2 is described below

commit 66547a20a0867a351d21dfe747397916fdfc2e20
Author: Jaikiran Pai <jaiki...@apache.org>
AuthorDate: Fri Jan 15 20:20:43 2021 +0530

    jfrog repo now redirects http to https - use https in the test
---
 test/java/org/apache/ivy/util/url/ArtifactoryListingTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/java/org/apache/ivy/util/url/ArtifactoryListingTest.java 
b/test/java/org/apache/ivy/util/url/ArtifactoryListingTest.java
index 3b08e7a..821fc50 100644
--- a/test/java/org/apache/ivy/util/url/ArtifactoryListingTest.java
+++ b/test/java/org/apache/ivy/util/url/ArtifactoryListingTest.java
@@ -33,7 +33,7 @@ public class ArtifactoryListingTest {
         ApacheURLLister lister = new ApacheURLLister();
 
         List<URL> content = lister.listAll(new URL(
-                
"http://repo.jfrog.org/artifactory/libs-releases-local/org/apache/wicket/wicket/";));
+                
"https://repo.jfrog.org/artifactory/libs-releases-local/org/apache/wicket/wicket/";));
         assertNotNull(content);
         assertEquals(3, content.size());
     }

Reply via email to