jfrog repo now redirects http to https - use https in the test

This commit is contained in:
Jaikiran Pai 2021-01-15 20:20:43 +05:30
parent ad87c251aa
commit 66547a20a0
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}