]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/protocol/activities/mod.rs
Fix handling of follows addressed to single value (#2920)
[lemmy.git] / crates / apub / src / protocol / activities / mod.rs
index 670c4466f4125e8681ec034f63e521c5dc44ca01..a7ce37015adc9f246650f226d6f5a48024c672f0 100644 (file)
@@ -51,6 +51,7 @@ mod tests {
 
   #[test]
   fn test_parse_lotide_activities() {
+    test_json::<Follow>("assets/lotide/activities/follow.json").unwrap();
     test_json::<CreateOrUpdatePage>("assets/lotide/activities/create_page.json").unwrap();
     test_json::<CreateOrUpdatePage>("assets/lotide/activities/create_page_image.json").unwrap();
     test_json::<CreateOrUpdateNote>("assets/lotide/activities/create_note_reply.json").unwrap();