aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-alm-client
diff options
context:
space:
mode:
authorLukasz Jarocki <lukasz.jarocki@sonarsource.com>2022-03-23 08:50:09 +0100
committersonartech <sonartech@sonarsource.com>2022-03-23 20:02:45 +0000
commitb9fb568ae65b2bff724452a756ce93040dfd40db (patch)
tree4646cd3b06c3cf1fe676e1dbc3ff40c1c523db0b /server/sonar-alm-client
parent0b5a92bdecf6273d794c58e5818dca9d75b62858 (diff)
downloadsonarqube-b9fb568ae65b2bff724452a756ce93040dfd40db.tar.gz
sonarqube-b9fb568ae65b2bff724452a756ce93040dfd40db.zip
NO-JIRA fixed JRE dependent unit test
Diffstat (limited to 'server/sonar-alm-client')
-rw-r--r--server/sonar-alm-client/src/test/java/org/sonar/alm/client/bitbucketserver/BitbucketServerRestClientTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-alm-client/src/test/java/org/sonar/alm/client/bitbucketserver/BitbucketServerRestClientTest.java b/server/sonar-alm-client/src/test/java/org/sonar/alm/client/bitbucketserver/BitbucketServerRestClientTest.java
index 4c7910ef756..8b4cbeba5df 100644
--- a/server/sonar-alm-client/src/test/java/org/sonar/alm/client/bitbucketserver/BitbucketServerRestClientTest.java
+++ b/server/sonar-alm-client/src/test/java/org/sonar/alm/client/bitbucketserver/BitbucketServerRestClientTest.java
@@ -361,7 +361,7 @@ public class BitbucketServerRestClientTest {
.isInstanceOf(IllegalArgumentException.class)
.hasMessage("Unable to contact Bitbucket server");
- assertThat(String.join(", ", logTester.logs())).contains("Unable to contact Bitbucket server: Failed to connect");
+ assertThat(String.join(", ", logTester.logs())).contains("Unable to contact Bitbucket server");
}
@Test