Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
n1v0lg committed Dec 7, 2023
1 parent 4d8ab46 commit 3b21dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public interface LocalClusterHandle extends ClusterHandle {
InputStream getNodeLog(int index, LogType logType);

/**
* Writes current keystore settings to key-store file on each node.
* Writes current keystore settings to keystore file on each node.
*/
void writeToKeystoreFile();
}
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ public void testReloadClientSecret() throws Exception {
try {
getSecurityClient(buildAndSignJwtForRealm2(principal), Optional.of(VALID_SHARED_SECRET)).authenticate();

// secret not update yet, so authentication fails
// secret not updated yet, so authentication fails
final String newValidSharedSecret = "new-valid-secret";
assertThat(
expectThrows(
Expand Down

0 comments on commit 3b21dd6

Please sign in to comment.