well **** me now its fixed

This commit is contained in:
Mika 2025-06-17 13:11:07 +02:00
parent 6e66e89a2e
commit 1472572e3d

View file

@ -10,7 +10,6 @@ mod tests {
#[actix_web::test]
async fn test_auth_with_transaction() {
with_transaction(|_tx| async {
let db = get_database().await;
let app = test::init_service(
@ -35,7 +34,5 @@ mod tests {
);
assert!(resp_status.is_success(), "Expected success response");
})
.await;
}
}