Skip to content

Commit

Permalink
fix test request
Browse files Browse the repository at this point in the history
  • Loading branch information
t4lz committed Dec 30, 2024
1 parent bc23e4c commit 752fd27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ impl Application {
Application::PythonFastApiHTTPIPv6 => {
vec![
"uvicorn",
"--log-level=trace", // TODO: delete?
"--port=80",
"--host=::",
"--app-dir=./python-e2e/",
Expand Down
1 change: 1 addition & 0 deletions tests/src/utils/ipv6.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pub async fn send_request_with_method(
) {
let req = Request::builder()
.method(method)
.header("Host", "::")
.body(Empty::<hyper::body::Bytes>::new())
.unwrap();

Expand Down

0 comments on commit 752fd27

Please sign in to comment.