aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2017-09-14 11:19:17 +0200
committerEric Hartmann <hartmann.eric@gmail.Com>2017-10-02 13:03:35 +0200
commita94a39eb02cc3064d9d13f539fcef01b9879fecc (patch)
tree25ee3d9f202076466e4f7c3d83f59787c81a5b29 /tests
parent96f16d3ea0fe077642c9d3c83a8b2e52a1d9c859 (diff)
downloadsonarqube-a94a39eb02cc3064d9d13f539fcef01b9879fecc.tar.gz
sonarqube-a94a39eb02cc3064d9d13f539fcef01b9879fecc.zip
SONAR-9725 grammar support for single rule in Builtin QP notification
Diffstat (limited to 'tests')
-rw-r--r--tests/src/test/java/org/sonarqube/tests/qualityProfile/BuiltInQualityProfilesNotificationTest.java4
1 files changed, 2 insertions, 2 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 2ab31f1f1de..f97dd1b7ba2 100644
--- a/tests/src/test/java/org/sonarqube/tests/qualityProfile/BuiltInQualityProfilesNotificationTest.java
+++ b/tests/src/test/java/org/sonarqube/tests/qualityProfile/BuiltInQualityProfilesNotificationTest.java
@@ -136,9 +136,9 @@ public class BuiltInQualityProfilesNotificationTest {
.containsSequence(
"The following built-in profiles have been updated:",
"\"Basic\" - Foo: " + url + "/profiles/changelog?language=foo&name=Basic&since=", "&to=",
- " 1 new rules",
+ " 1 new rule",
" 3 rules have been updated",
- " 1 rules removed",
+ " 1 rule removed",
"This is a good time to review your quality profiles and update them to benefit from the latest evolutions: " + url + "/profiles")
.isEqualTo(messages.get(1).getMimeMessage().getContent().toString());
}