feat!: remove startpage
This commit is contained in:
parent
a3a1d9abf3
commit
3599acafef
8 changed files with 6 additions and 1813 deletions
|
|
@ -1449,18 +1449,6 @@ async fn resolve_channel_not_found(rp: RustyPipe) {
|
|||
|
||||
//#TRENDS
|
||||
|
||||
#[rstest]
|
||||
#[tokio::test]
|
||||
#[ignore]
|
||||
async fn startpage(rp: RustyPipe) {
|
||||
let startpage = rp.query().startpage().await.unwrap();
|
||||
|
||||
// The startpage requires visitor data to fetch continuations
|
||||
assert!(startpage.visitor_data.is_some());
|
||||
|
||||
assert_next(startpage, rp.query(), 8, 2, true).await;
|
||||
}
|
||||
|
||||
#[rstest]
|
||||
#[tokio::test]
|
||||
async fn trending(rp: RustyPipe) {
|
||||
|
|
|
|||
Reference in a new issue