Rename highlight-sso to highlight-sso-2 (#9229)

GitOrigin-RevId: 37e8b4d42bb3cf3a25d03cc2389123d7583edeac
This commit is contained in:
Alf Eaton 2022-08-12 10:54:52 +01:00 committed by Copybot
parent ec13ebdc7c
commit 54dbfa52a4
2 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ module.exports = HomeController = {
await SplitTestHandler.promises.getAssignment(
req,
res,
'highlight-sso'
'highlight-sso-2'
)
const homeRegistration = await SplitTestHandler.promises.getAssignment(
req,
@ -64,7 +64,7 @@ module.exports = HomeController = {
} catch (err) {
logger.error(
{ err },
"error fetching 'highlight-sso' split test assignment"
"error fetching 'highlight-sso-2' split test assignment"
)
return res.render('external/home/v2', {
highlightSSO: false,

View file

@ -41,7 +41,7 @@ async function recordRegistrationEvent(user) {
const highlightSSOAssignment =
await SplitTestHandler.promises.getAssignmentForUser(
user._id,
'highlight-sso'
'highlight-sso-2'
)
const homeRegistrationAssignment =
await SplitTestHandler.promises.getAssignmentForUser(