Added random URL for testing.

This commit is contained in:
Erik C. Thauvin 2021-05-21 14:06:03 -07:00
parent b5307a0a02
commit 5ed71cb447

View file

@ -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")