Skip to content

Commit

Permalink
Merge pull request #5116 from damassi/fix-case
Browse files Browse the repository at this point in the history
Fix A/B case
  • Loading branch information
damassi authored Feb 25, 2020
2 parents f7a40a6 + 15c116e commit 4acd268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/desktop/components/split_test/middleware.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = (req, res, next) ->
res.locals.sd[k.toUpperCase()] = v

# TODO: Remove when the client nav AB test ends.
if runningTests['CLIENT_NAVIGATION_V3']
if runningTests['client_navigation_v3']
res.locals.sd['EXPERIMENTAL_APP_SHELL'] = Boolean(res.locals.sd['CLIENT_NAVIGATION_V3'] is 'experiment')

# Store value in globally available location.
Expand Down

0 comments on commit 4acd268

Please sign in to comment.