diff --git a/src/test/kotlin/net/thauvin/erik/pinboard/PinboardPosterTest.kt b/src/test/kotlin/net/thauvin/erik/pinboard/PinboardPosterTest.kt index 0c724c7..ccb5b2f 100644 --- a/src/test/kotlin/net/thauvin/erik/pinboard/PinboardPosterTest.kt +++ b/src/test/kotlin/net/thauvin/erik/pinboard/PinboardPosterTest.kt @@ -43,7 +43,7 @@ import java.util.Properties import java.util.logging.Level class PinboardPosterTest { - private val url = "http://www.foo.com/" + private val url = "http://www.example.com/?random=" + (1000..10000).random() private val desc = "This is a test." private val localProps = Paths.get("local.properties")