fix local_subscribers test

This commit is contained in:
İsmail Karslı 2023-11-16 18:08:16 +03:00
parent 735107e1f7
commit 4bbac5ce4a
No known key found for this signature in database
GPG key ID: A28872907CA1BE93

View file

@ -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();