clean up :D
This commit is contained in:
@@ -1 +1,2 @@
|
||||
use common::CommonAdmin;
|
||||
|
||||
|
||||
|
||||
@@ -4,8 +4,7 @@ use actix_web::{
|
||||
test::{self, init_service},
|
||||
};
|
||||
|
||||
//This test actually should pass but I think this just needs the pool to be inserted idk
|
||||
//TODO: Fix this
|
||||
//TODO: sqlx offline mode for these tests
|
||||
#[actix_web::test]
|
||||
async fn test_list_drivers_ok() {
|
||||
let app = tests::init_service(App::new().service(driver_data::list_all)).await;
|
||||
|
||||
Reference in New Issue
Block a user