mirror of
https://github.com/LemmyNet/activitypub-federation-rust.git
synced 2025-03-13 18:52:39 +00:00
fix
This commit is contained in:
parent
ac094086cd
commit
bbb4a17263
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ async fn main() -> Result<(), Error> {
|
|||
info!("Alpha user follows beta user via webfinger");
|
||||
alpha
|
||||
.local_user()
|
||||
.follow("beta@localhost.:8002", &alpha.to_request_data())
|
||||
.follow("beta@localhost:8002", &alpha.to_request_data())
|
||||
.await?;
|
||||
assert_eq!(
|
||||
beta.local_user().followers(),
|
||||
|
|
Loading…
Reference in a new issue