1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-10 01:15:31 +02:00

fix nytimes-3

This commit is contained in:
Jan Lukas Gernert 2023-03-31 10:38:04 +02:00
parent c42ffa57a2
commit c46d93058f
6 changed files with 933 additions and 13 deletions

View file

@ -382,10 +382,20 @@ async fn nytimes_2() {
run_test("nytimes-2").await
}
// #[tokio::test]
// async fn nytimes_3() {
// run_test("nytimes-3").await
// }
#[tokio::test]
async fn nytimes_3() {
run_test("nytimes-3").await
}
#[tokio::test]
async fn nytimes_4() {
run_test("nytimes-4").await
}
#[tokio::test]
async fn nytimes_5() {
run_test("nytimes-5").await
}
#[tokio::test]
async fn webmd_1() {