fix local_subscribers test

pull/4166/head
İsmail Karslı 6 months ago
parent 735107e1f7
commit 4bbac5ce4a
No known key found for this signature in database
GPG Key ID: A28872907CA1BE93

@ -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…
Cancel
Save