From: Matteo Mara Date: Wed, 24 Apr 2024 09:36:56 +0000 (+0200) Subject: SONAR-22119 update test after updating the bouncycastle dependency to version 1.78.1 X-Git-Tag: 10.6.0.92116~178 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ad945cbe450bce968e0bd6c9f33027e8c6c73c35;p=sonarqube.git SONAR-22119 update test after updating the bouncycastle dependency to version 1.78.1 --- 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