Skip to content

Commit

Permalink
Merge pull request #27742 from guardian/user-benefits-abtest-50%
Browse files Browse the repository at this point in the history
Increase the size of the user-benefits api AB test to 50%
  • Loading branch information
rupertbates authored Jan 22, 2025
2 parents 1ae85c4 + 0ed0b81 commit 55da620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ object UseUserBenefitsApi
description = "Enable the switch from members-data-api to the new user-benefits API",
owners = Seq(Owner.withGithub("rupertbates")),
sellByDate = LocalDate.of(2025, 6, 30),
participationGroup = Perc20A,
participationGroup = Perc50,
)

0 comments on commit 55da620

Please sign in to comment.