diff --git a/src/test/groovy/org/aim42/htmlsanitycheck/check/BrokenHttpLinksCheckerSpec.groovy b/src/test/groovy/org/aim42/htmlsanitycheck/check/BrokenHttpLinksCheckerSpec.groovy index f73be638..0930620e 100644 --- a/src/test/groovy/org/aim42/htmlsanitycheck/check/BrokenHttpLinksCheckerSpec.groovy +++ b/src/test/groovy/org/aim42/htmlsanitycheck/check/BrokenHttpLinksCheckerSpec.groovy @@ -104,8 +104,7 @@ class BrokenHttpLinksCheckerSpec extends Specification { where: goodUrl << [ "https://junit.org/junit4/javadoc/latest/org/junit/Before.html", "http://plumelib.org/plume-util/api/org/plumelib/util/DeterministicObject.html", - "http://people.csail.mit.edu/cpacheco/publications/randoop-case-study-abstract.html", - "https://douglascayers.com/2015/05/30/how-to-set-custom-java-path-after-installing-jdk-8/" + "http://people.csail.mit.edu/cpacheco/publications/randoop-case-study-abstract.html" ] }