Skip to content

Commit

Permalink
Remove parent folder
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Nov 7, 2024
1 parent 3925229 commit 4c128b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ abstract class ODFERestTestCase : OpenSearchRestTestCase() {
return when (keystore != null) {
true -> {
// create adminDN (super-admin) client
val uri = javaClass.classLoader.getResource("security/sample.pem")?.toURI()
val uri = javaClass.classLoader.getResource("sample.pem")?.toURI()
val configPath = PathUtils.get(uri).parent.toAbsolutePath()
SecureRestClientBuilder(settings, configPath, hosts).setSocketTimeout(60000)
.setConnectionRequestTimeout(180000).build()
Expand Down

0 comments on commit 4c128b4

Please sign in to comment.