Skip to content

Commit

Permalink
Merge pull request #27004 from guardian/dina/extend-ab-mpu-when-no-epic
Browse files Browse the repository at this point in the history
Extend expiry date for ab-mpu-when-no-epic test
  • Loading branch information
deedeeh committed Mar 28, 2024
2 parents 4b1b954 + 5c0bcfc commit bcc81ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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, 3, 29)),
sellByDate = Some(LocalDate.of(2024, 4, 30)),
exposeClientSide = true,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const mpuWhenNoEpic: ABTest = {
id: 'MpuWhenNoEpic',
author: '@commercial-dev',
start: '2023-11-22',
expiry: '2024-02-29',
expiry: '2024-04-30',
audience: 10 / 100,
audienceOffset: 5 / 100,
audienceCriteria: '',
Expand Down

0 comments on commit bcc81ed

Please sign in to comment.