mirror of https://github.com/apache/ant-ivy
jfrog repo now redirects http to https - use https in the test
This commit is contained in:
parent
ad87c251aa
commit
66547a20a0
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue