This commit is contained in:
philipp 2023-10-28 14:48:51 +02:00
parent 08a1d16f88
commit dcb7bc4c24

View File

@ -15,10 +15,7 @@ pub fn routes() -> Vec<Route> {
#[cfg(test)]
mod test {
use rocket::{
http::{ContentType, Status},
local::asynchronous::Client,
};
use rocket::{http::Status, local::asynchronous::Client};
use sqlx::SqlitePool;
use crate::testdb;