diff options
-rw-r--r-- | server/sonar-alm-client/src/test/java/org/sonar/alm/client/github/security/GithubAppSecurityImplTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-alm-client/src/test/java/org/sonar/alm/client/github/security/GithubAppSecurityImplTest.java b/server/sonar-alm-client/src/test/java/org/sonar/alm/client/github/security/GithubAppSecurityImplTest.java index 5dde4896e85..3e5972d9490 100644 --- a/server/sonar-alm-client/src/test/java/org/sonar/alm/client/github/security/GithubAppSecurityImplTest.java +++ b/server/sonar-alm-client/src/test/java/org/sonar/alm/client/github/security/GithubAppSecurityImplTest.java @@ -84,7 +84,7 @@ public class GithubAppSecurityImplTest { assertThatThrownBy(() -> underTest.createAppToken(githubAppConfiguration.getId(), githubAppConfiguration.getPrivateKey())) .isInstanceOf(IllegalArgumentException.class) .hasRootCauseInstanceOf(IOException.class) - .hasRootCauseMessage("-----END RSA PRIVATE KEY not found"); + .hasRootCauseMessage("-----END RSA PRIVATE KEY----- not found"); } @Test |