mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Refactor TestClient usage (#3121)
This commit is contained in:
@@ -31,3 +31,6 @@ pub mod response;
|
||||
pub type BoxError = Box<dyn std::error::Error + Send + Sync>;
|
||||
|
||||
pub use self::ext_traits::{request::RequestExt, request_parts::RequestPartsExt};
|
||||
|
||||
#[cfg(test)]
|
||||
use axum_macros::__private_axum_test as test;
|
||||
|
||||
Reference in New Issue
Block a user