X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapi_common%2Fsrc%2Frequest.rs;h=3139193a6a8991c4128db4502e843bd4536fc701;hb=d6b580a530563d4a2be76d077e015f9aecc75479;hp=c6f71b868a3ff000621b0b75e568f0f872e4640e;hpb=e4d78b09747ecd3700f423bce9e6b8f5db347b24;p=lemmy.git diff --git a/crates/api_common/src/request.rs b/crates/api_common/src/request.rs index c6f71b86..3139193a 100644 --- a/crates/api_common/src/request.rs +++ b/crates/api_common/src/request.rs @@ -271,7 +271,7 @@ mod tests { use url::Url; // These helped with testing - #[actix_rt::test] + #[tokio::test] async fn test_site_metadata() { let settings = &SETTINGS.clone(); let client = reqwest::Client::builder()