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},
|
test::{self, init_service},
|
||||||
};
|
};
|
||||||
|
|
||||||
//This test actually should pass but I think this just needs the pool to be inserted idk
|
//TODO: sqlx offline mode for these tests
|
||||||
//TODO: Fix this
|
|
||||||
#[actix_web::test]
|
#[actix_web::test]
|
||||||
async fn test_list_drivers_ok() {
|
async fn test_list_drivers_ok() {
|
||||||
let app = tests::init_service(App::new().service(driver_data::list_all)).await;
|
let app = tests::init_service(App::new().service(driver_data::list_all)).await;
|
||||||
|
|||||||
Reference in New Issue
Block a user