Skip to content

Commit

Permalink
Re-enable content-length request test (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Mar 12, 2022
1 parent fad86fd commit a90a8c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/request_body.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ fn request_with_body_of_unknown_size_uses_chunked_encoding(method: &str) {
m.request().expect_body(body);
}

#[ignore]
#[test_case("GET")]
#[test_case("HEAD")]
#[test_case("POST")]
Expand Down

0 comments on commit a90a8c0

Please sign in to comment.