Skip to content

Commit

Permalink
Merge pull request #27741 from guardian/user-benefits-abtest-20%
Browse files Browse the repository at this point in the history
Increase the size of the user-benefits api AB test to 20%
  • Loading branch information
rupertbates authored Jan 22, 2025
2 parents 6828843 + 0c3d5da commit 1ae85c4
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 = Perc10A,
participationGroup = Perc20A,
)

0 comments on commit 1ae85c4

Please sign in to comment.