Fixing a few broken tests from the change in LocalUser::create (#4569)

This commit is contained in:
Dessalines 2024-03-25 19:14:35 -04:00 committed by GitHub
parent 846848c4f6
commit e4356a7701
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -1183,6 +1183,7 @@ mod tests {
let inserted_banned_from_comm_local_user = LocalUser::create(
pool,
&LocalUserInsertForm::test_form(inserted_banned_from_comm_person.id),
vec![],
)
.await?;

View file

@ -1747,6 +1747,7 @@ mod tests {
let inserted_banned_from_comm_local_user = LocalUser::create(
pool,
&LocalUserInsertForm::test_form(inserted_banned_from_comm_person.id),
vec![],
)
.await?;