feat!: remove startpage
This commit is contained in:
parent
284f55bec5
commit
4e53247e9c
8 changed files with 6 additions and 1813 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Reference in a new issue