From 4616777c1f8cbd42f06ee76e1b834588e31164ec Mon Sep 17 00:00:00 2001 From: Dina Hafez Date: Mon, 3 Jun 2024 10:43:15 +0100 Subject: [PATCH] Extend AB test sellByDate to pass build --- common/app/conf/switches/ABTestSwitches.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/app/conf/switches/ABTestSwitches.scala b/common/app/conf/switches/ABTestSwitches.scala index 12f964550be..e7a839b0793 100644 --- a/common/app/conf/switches/ABTestSwitches.scala +++ b/common/app/conf/switches/ABTestSwitches.scala @@ -41,7 +41,7 @@ trait ABTestSwitches { "Test MPU when there is no epic at the end of Article on the page.", owners = Seq(Owner.withEmail("commercial.dev@theguardian.com")), safeState = Off, - sellByDate = Some(LocalDate.of(2024, 5, 31)), + sellByDate = Some(LocalDate.of(2024, 7, 31)), exposeClientSide = true, ) @@ -51,7 +51,7 @@ trait ABTestSwitches { "Show new ad block ask component in ad slots when we detect ad blocker usage", owners = Seq(Owner.withEmail("commercial.dev@theguardian.com")), safeState = Off, - sellByDate = Some(LocalDate.of(2024, 5, 31)), + sellByDate = Some(LocalDate.of(2024, 7, 31)), exposeClientSide = true, )