Test change
This commit is contained in:
+4
-1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user