fix: add support for A/B test 7 (short date format)

This commit is contained in:
ThetaDev 2023-05-28 21:07:03 +02:00
parent cca9838b7e
commit cc2cadc309
21 changed files with 184 additions and 71 deletions

View file

@ -2336,7 +2336,12 @@ fn lang() -> Language {
/// Get a new RustyPipe instance
#[fixture]
fn rp(lang: Language) -> RustyPipe {
RustyPipe::builder().strict().lang(lang).build()
let vdata = std::env::var("YT_VDATA").ok();
RustyPipe::builder()
.strict()
.lang(lang)
.visitor_data_opt(vdata)
.build()
}
/// Get a flag signaling if the language is set to English