aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-06-23 15:12:35 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-06-29 17:23:19 +0200
commitfdc0cf83bbe58b24504bbafa52dfa135cbbb17c6 (patch)
tree6ffae69b6ef4817a9fde46a1832a3cf5a752318f /tests
parent40977f259975faee0c9e5f59ae1228ed89138bb9 (diff)
downloadsonarqube-fdc0cf83bbe58b24504bbafa52dfa135cbbb17c6.tar.gz
sonarqube-fdc0cf83bbe58b24504bbafa52dfa135cbbb17c6.zip
SONAR-9442 Update notification first sentence and add line breaks
Diffstat (limited to 'tests')
-rw-r--r--tests/src/test/java/org/sonarqube/tests/qualityProfile/BuiltInQualityProfilesNotificationTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/test/java/org/sonarqube/tests/qualityProfile/BuiltInQualityProfilesNotificationTest.java b/tests/src/test/java/org/sonarqube/tests/qualityProfile/BuiltInQualityProfilesNotificationTest.java
index 92a7b897789..8593dc17a08 100644
--- a/tests/src/test/java/org/sonarqube/tests/qualityProfile/BuiltInQualityProfilesNotificationTest.java
+++ b/tests/src/test/java/org/sonarqube/tests/qualityProfile/BuiltInQualityProfilesNotificationTest.java
@@ -134,7 +134,7 @@ public class BuiltInQualityProfilesNotificationTest {
String url = orchestrator.getServer().getUrl();
assertThat(messages.get(0).getMimeMessage().getContent().toString())
.containsSequence(
- "Built-in quality profiles have been updated:",
+ "The following built-in profiles have been updated:",
"\"Basic\" - Foo: " + url + "/profiles/changelog?language=foo&name=Basic&since=", "&to=",
" 1 new rules",
" 3 rules have been updated",