feat!: remove startpage

This commit is contained in:
ThetaDev 2024-08-18 00:43:02 +02:00
parent a3a1d9abf3
commit 3599acafef
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
8 changed files with 6 additions and 1813 deletions

View file

@ -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) {