mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-08 16:40:00 +02:00
update reqwest to stable
This commit is contained in:
parent
9e995122c4
commit
d843809437
3 changed files with 5 additions and 5 deletions
|
@ -732,7 +732,7 @@ impl ArticleScraper {
|
|||
mod tests {
|
||||
use crate::*;
|
||||
|
||||
#[tokio::test]
|
||||
#[tokio::test(basic_scheduler)]
|
||||
async fn golem() {
|
||||
let config_path = PathBuf::from(r"./resources/tests/golem");
|
||||
let out_path = PathBuf::from(r"./test_output");
|
||||
|
@ -746,7 +746,7 @@ mod tests {
|
|||
assert_eq!(article.author, Some(String::from("Hauke Gierow")));
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[tokio::test(basic_scheduler)]
|
||||
async fn phoronix() {
|
||||
let config_path = PathBuf::from(r"./resources/tests/phoronix");
|
||||
let out_path = PathBuf::from(r"./test_output");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue