From 537a530a0a80cdcddfe7179db8083b2e274f90c0 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 20 Jun 2026 13:29:23 -0400 Subject: [PATCH] Test change --- tests/test.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/test.rs b/tests/test.rs index e6dcf50..1011a45 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -579,7 +579,10 @@ mod request { match axum::http::Request::builder() .method(method) .uri(uri) - .header(axum::http::header::CONTENT_TYPE, "application/json") + .header( + axum::http::header::CONTENT_TYPE, + "application/json; charset=utf-8", + ) .header( axum::http::header::AUTHORIZATION, super::bearer_auth().await,