diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2024-04-09 11:18:48 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-04-10 20:02:53 +0000 |
commit | f5dd75ab4b842eb2a5280411cfaceb0c09eea57d (patch) | |
tree | 6b69a9ee971a946b735850eb668c740d07eb7fe1 /server/sonar-web/src/main/js/helpers/testMocks.ts | |
parent | f480ae1f6255e9cf6b58bd37f2841c0cd20ce31c (diff) | |
download | sonarqube-f5dd75ab4b842eb2a5280411cfaceb0c09eea57d.tar.gz sonarqube-f5dd75ab4b842eb2a5280411cfaceb0c09eea57d.zip |
SONAR-22018 Introduce active version link in footer and system apge
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/testMocks.ts')
-rw-r--r-- | server/sonar-web/src/main/js/helpers/testMocks.ts | 1 |
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 efa1c1602a7..f08cc766963 100644 --- a/server/sonar-web/src/main/js/helpers/testMocks.ts +++ b/server/sonar-web/src/main/js/helpers/testMocks.ts @@ -76,6 +76,7 @@ export function mockAppState(overrides: Partial<AppState> = {}): AppState { qualifiers: ['TRK'], settings: {}, version: '1.0', + versionEOL: '2022-01-01', ...overrides, }; } |