Skip to content

Commit

Permalink
Add test switch for PrebidKeywords test
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-imber committed Jan 14, 2025
1 parent a5758f5 commit 5b7be0b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,15 @@ trait ABTestSwitches {
exposeClientSide = true,
highImpact = false,
)

Switch(
ABTests,
"ab-prebid-keywords",
"Test impact of adding keywords to Prebid config",
owners = Seq(Owner.withEmail("commercial.dev@theguardian.com")),
safeState = Off,
sellByDate = Some(LocalDate.of(2025, 1, 31)),
exposeClientSide = true,
highImpact = false,
)
}

0 comments on commit 5b7be0b

Please sign in to comment.