Added random URL for testing.
This commit is contained in:
parent
b5307a0a02
commit
5ed71cb447
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ import java.util.Properties
|
||||||
import java.util.logging.Level
|
import java.util.logging.Level
|
||||||
|
|
||||||
class PinboardPosterTest {
|
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 desc = "This is a test."
|
||||||
private val localProps = Paths.get("local.properties")
|
private val localProps = Paths.get("local.properties")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue