Skip to content

Commit

Permalink
Merge pull request #27764 from guardian/remove-user-benefits-abtest
Browse files Browse the repository at this point in the history
Remove the user-benefits api AB test
  • Loading branch information
rupertbates authored Feb 5, 2025
2 parents 300fa91 + 08e562f commit 1fd46d4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ object ActiveExperiments extends ExperimentsDefinition {
EuropeBetaFront,
DCRCrosswords,
DarkModeWeb,
UseUserBenefitsApi,
)
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this)
}
Expand Down Expand Up @@ -49,12 +48,3 @@ object DarkModeWeb
sellByDate = LocalDate.of(2025, 4, 30),
participationGroup = Perc0D,
)

object UseUserBenefitsApi
extends Experiment(
name = "use-user-benefits-api",
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 = Perc50,
)

0 comments on commit 1fd46d4

Please sign in to comment.