use crate::{FetchError, HttpClient}; pub fn build_testing_http_client() -> Result { let mikan_client = HttpClient::default(); Ok(mikan_client) }