Test change
Rust Build / Test Suite (pull_request) Successful in 36s
Rust Build / Rustfmt (pull_request) Successful in 42s

This commit is contained in:
2026-06-20 13:29:23 -04:00
parent e5072d2792
commit 537a530a0a
+4 -1
View File
@@ -579,7 +579,10 @@ mod request {
match axum::http::Request::builder() match axum::http::Request::builder()
.method(method) .method(method)
.uri(uri) .uri(uri)
.header(axum::http::header::CONTENT_TYPE, "application/json") .header(
axum::http::header::CONTENT_TYPE,
"application/json; charset=utf-8",
)
.header( .header(
axum::http::header::AUTHORIZATION, axum::http::header::AUTHORIZATION,
super::bearer_auth().await, super::bearer_auth().await,