Skip to content

Commit

Permalink
extend mpu when no epic test by 1 month
Browse files Browse the repository at this point in the history
SiAdcock committed Jan 30, 2024
1 parent 456ae88 commit 385440b
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
@@ -61,7 +61,7 @@ trait ABTestSwitches {
"Test MPU when there is no epic at the end of Article on the page.",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2024, 1, 31)),
sellByDate = Some(LocalDate.of(2024, 2, 29)),
exposeClientSide = true,
)
}
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ export const mpuWhenNoEpic: ABTest = {
id: 'MpuWhenNoEpic',
author: '@commercial-dev',
start: '2023-11-22',
expiry: '2024-01-31',
expiry: '2024-02-29',
audience: 10 / 100,
audienceOffset: 5 / 100,
audienceCriteria: '',

0 comments on commit 385440b

Please sign in to comment.