aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers
diff options
context:
space:
mode:
authorDavid Cho-Lerat <david.cho-lerat@sonarsource.com>2023-10-16 14:50:04 +0200
committersonartech <sonartech@sonarsource.com>2023-10-16 20:02:49 +0000
commit2af09a894e5c26f7837f8ad48ed599da185e5285 (patch)
tree8d9273ff80e89789e0fd18a0b233e29370711cee /server/sonar-web/src/main/js/helpers
parentf3b4b50cdceda15c22bc75d578ef81b34c850b7f (diff)
downloadsonarqube-2af09a894e5c26f7837f8ad48ed599da185e5285.tar.gz
sonarqube-2af09a894e5c26f7837f8ad48ed599da185e5285.zip
SONAR-20672 Display SonarQube upgrade message in Quality Profile changelog
Diffstat (limited to 'server/sonar-web/src/main/js/helpers')
-rw-r--r--server/sonar-web/src/main/js/helpers/testMocks.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/helpers/testMocks.ts b/server/sonar-web/src/main/js/helpers/testMocks.ts
index 53fc466a14a..b353b7baea1 100644
--- a/server/sonar-web/src/main/js/helpers/testMocks.ts
+++ b/server/sonar-web/src/main/js/helpers/testMocks.ts
@@ -538,6 +538,7 @@ export function mockQualityProfileChangelogEvent(
],
ruleKey: 'rule-key',
ruleName: 'rule-name',
+ sonarQubeVersion: '10.3',
...eventOverride,
};
}