mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-31 22:18:59 +00:00
fix local_subscribers test
This commit is contained in:
parent
735107e1f7
commit
4bbac5ce4a
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ mod tests {
|
|||
.name("ismail_community_agg".into())
|
||||
.public_key("pubkey".to_string())
|
||||
.instance_id(another_inserted_instance.id)
|
||||
.local(Some(false))
|
||||
.build();
|
||||
|
||||
let third_inserted_person = Person::create(pool, &third_person).await.unwrap();
|
||||
|
|
Loading…
Reference in a new issue