fix: fix mikan rss extractors
This commit is contained in:
8
apps/recorder/src/test_utils/fetch.rs
Normal file
8
apps/recorder/src/test_utils/fetch.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use color_eyre::eyre;
|
||||
|
||||
use crate::fetch::HttpClient;
|
||||
|
||||
pub fn build_testing_http_client() -> eyre::Result<HttpClient> {
|
||||
let mikan_client = HttpClient::default();
|
||||
Ok(mikan_client)
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
pub mod fetch;
|
||||
pub mod mikan;
|
||||
#[cfg(feature = "testcontainers")]
|
||||
pub mod testcontainers;
|
||||
|
||||
Reference in New Issue
Block a user