feat!: remove startpage

This commit is contained in:
ThetaDev 2024-08-18 00:43:02 +02:00
parent 284f55bec5
commit 4e53247e9c
8 changed files with 6 additions and 1813 deletions

View file

@ -355,7 +355,6 @@ mod tests {
#[rstest]
#[case::search("search", path!("search" / "cont.json"))]
#[case::startpage("startpage", path!("trends" / "startpage_cont.json"))]
#[case::recommendations("recommendations", path!("video_details" / "recommendations.json"))]
fn map_continuation_items(#[case] name: &str, #[case] path: PathBuf) {
let json_path = path!(*TESTFILES / path);