]> Untitled Git - lemmy.git/blobdiff - crates/api_common/src/request.rs
Remove `actix_rt` & use standard tokio spawn (#3158)
[lemmy.git] / crates / api_common / src / request.rs
index c6f71b868a3ff000621b0b75e568f0f872e4640e..3139193a6a8991c4128db4502e843bd4536fc701 100644 (file)
@@ -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()