Skip to content

Commit

Permalink
test: fixed test that failed because of unreachable site (quarkusio#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
quintesse committed May 6, 2021
1 parent 617546d commit 1901abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/dev/jbang/cli/TestRun.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void testHelloWorldJar() throws IOException {
@Test
void testJarViaHttps(@TempDir Path tdir) throws IOException {

String jar = "https://bintray.com/cardillo/maven/download_file?file_path=joinery%2Fjoinery-dataframe%2F1.9%2Fjoinery-dataframe-1.9-jar-with-dependencies.jar";
String jar = "https://repo1.maven.org/maven2/io/joshworks/runnable-jar/0.2/runnable-jar-0.2.jar";

try {
TrustedSources.instance().add(jar, tdir.resolve("test.trust").toFile());
Expand Down

0 comments on commit 1901abc

Please sign in to comment.