refactor(tests): remove unused value_objects imports from test files
This commit is contained in:
@@ -3,7 +3,7 @@ use crate::testing::make_state;
|
||||
use axum::{
|
||||
body::Body,
|
||||
http::{header, Request},
|
||||
routing::{get, patch},
|
||||
routing::patch,
|
||||
Router,
|
||||
};
|
||||
use tower::ServiceExt;
|
||||
|
||||
@@ -4,7 +4,7 @@ use crate::testing::make_state;
|
||||
use axum::{
|
||||
body::Body,
|
||||
http::Request,
|
||||
routing::{delete, get, post},
|
||||
routing::{get, post},
|
||||
Router,
|
||||
};
|
||||
use tower::ServiceExt;
|
||||
|
||||
Reference in New Issue
Block a user