user-role-cluster #760

Merged
philipp merged 10 commits from user-role-cluster into staging 2024-10-11 11:20:59 +02:00
Showing only changes of commit 24a874f888 - Show all commits

View File

@ -1296,7 +1296,8 @@ mod test {
membership_pdf: None,
},
)
.await;
.await
.unwrap();
let user = User::find_by_id(&pool, 1).await.unwrap();