diff --git a/src/test/java/org/kiwiproject/test/okhttp3/mockwebserver/RecordedRequestsTest.java b/src/test/java/org/kiwiproject/test/okhttp3/mockwebserver/RecordedRequestsTest.java index 025181c..9c0ece7 100644 --- a/src/test/java/org/kiwiproject/test/okhttp3/mockwebserver/RecordedRequestsTest.java +++ b/src/test/java/org/kiwiproject/test/okhttp3/mockwebserver/RecordedRequestsTest.java @@ -169,7 +169,7 @@ void shouldThrowUncheckedInterruptedException_IfInterruptedExceptionIsThrown() t } private static String randomPath() { - return "/" + RandomStringUtils.randomAlphabetic(10); + return "/" + RandomStringUtils.secure().nextAlphabetic(10); } private void makeRequest(String path) {