Skip to content

Commit

Permalink
Merge pull request #26726 from guardian/sa-extend-kargo-switch
Browse files Browse the repository at this point in the history
Extend kargo-prebid switch for a month
  • Loading branch information
SiAdcock authored Nov 29, 2023
2 parents 093525a + a8be4a5 commit 017c7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ trait ABTestSwitches {
"Test Kargo as a prebid bidder for US traffic.",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2023, 11, 30)),
sellByDate = Some(LocalDate.of(2024, 1, 9)),
exposeClientSide = true,
)
}

0 comments on commit 017c7e3

Please sign in to comment.