Refactor TestClient usage (#3121)

This commit is contained in:
Tobias Bieniek
2024-12-27 18:24:50 +01:00
committed by GitHub
parent 3497e5df9c
commit 28d8d9b747
12 changed files with 68 additions and 65 deletions
+3
View File
@@ -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;